Module webtransport

Source
Available on (crate features http1 or http2 or http3) and crate feature http3 and crate feature webtransport only.
Expand description

WebTransport session management for HTTP/3.

This module provides types for handling WebTransport sessions over HTTP/3. WebTransport allows bidirectional streams and datagrams to be established over QUIC.

Structs§

WebTransportSession
A WebTransport session handle.

Enums§

AcceptedBi
An accepted bidirectional stream or request.

Structs§

WebTransportBidiStream
A bidirectional WebTransport stream.
WebTransportRecvStream
A receive-only WebTransport stream.
WebTransportSendStream
A send-only WebTransport stream.
WebTransportRequestStream
A stream for handling HTTP requests over WebTransport.
WebTransportStreamId
A WebTransport stream identifier.