every.channel/third_party/iroh-live/web-transport-iroh
2026-02-15 16:17:27 -05:00
..
src every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
Cargo.toml every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00
README.md every.channel: sanitized baseline 2026-02-15 16:17:27 -05:00

crates.io docs.rs discord

web-transport-iiroh

A wrapper around the Iroh API, implementing the web-transport-trait traits.

Note that this does not actually implement WebTransport for iroh. Instead, it implements the WebTransport traits on raw iroh QUIC connection. Thus, you can use an iroh connection wherever the web-transport-trait traits are expected (i.e. in hang). But there's no actual HTTP/3 WebTransport session being established, we just use the raw iroh QUIC connection directly.