Replies: 2 comments 2 replies
-
Hi, so I brought this up in the discord chat. One use case I'm looking into is writing a plugin for OpenUSD that allows for resolving assets distributed across a network. Initially just having a URI scheme that allows for referencing content-addressed blobs would be fine, and something like In the longer term it'd be nice to have a way to reference a document to subscribe to and get a persistent stream of updates from. One requirement of the OpenUSD asset resolver API mentioned above is that filetypes need to be determined before the asset bytes are returned. With http and most other URIs this is easily done because you can use the file extension 99% of the time. For something like an |
Beta Was this translation helpful? Give feedback.
-
#3140 - previous discussion |
Beta Was this translation helpful? Give feedback.
-
We've had a question on discord about implementing an
iroh://
scheme:This is a spec-level thing, so let's kick off a chat about the scope of what a scheme like
iroh://
should do, and ideally draft up a minimum surface area to start with.Beta Was this translation helpful? Give feedback.
All reactions