Skip to main content

Module transport

Module transport 

Source
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§

RecvStream
A transport-agnostic receive stream.
SendStream
A transport-agnostic send stream.
Transport
A transport-agnostic connection (QUIC or WebTransport).
TransportError
Errors from the transport layer.