Closed 2color closed 1 month ago
We should add support for querying specific network transports and transfer protocols as defined in IPIP-484.
Boxo implementation can be found in https://github.com/ipfs/boxo/pull/671
This will help us with delegated routing in the browser, where transports and transfer protocols are very constrained.
I believe this was done by https://github.com/ipfs/helia-delegated-routing-v1-http-api/pull/144 and https://github.com/ipfs/helia-delegated-routing-v1-http-api/pull/147
Background
We should add support for querying specific network transports and transfer protocols as defined in IPIP-484.
Boxo implementation can be found in https://github.com/ipfs/boxo/pull/671
Why?
This will help us with delegated routing in the browser, where transports and transfer protocols are very constrained.