Expand description
Transport abstraction (QUIC, with WebTransport planned). Shared across drafts. Transport abstraction for QUIC and WebTransport.
Uses enum dispatch (not trait objects) since the transport set is closed.
WebTransport support is behind the webtransport feature flag.
Modules§
- quic
- QUIC transport implementation wrapping quinn.
Enums§
- Recv
Stream - A transport-agnostic receive stream.
- Send
Stream - A transport-agnostic send stream.
- Transport
- A transport-agnostic connection (QUIC or WebTransport).
- Transport
Error - Errors from the transport layer.