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§
- WebTransport
Session - A WebTransport session handle.
Enums§
- Accepted
Bi - An accepted bidirectional stream or request.
Structs§
- WebTransport
Bidi Stream - A bidirectional WebTransport stream.
- WebTransport
Recv Stream - A receive-only WebTransport stream.
- WebTransport
Send Stream - A send-only WebTransport stream.
- WebTransport
Request Stream - A stream for handling HTTP requests over WebTransport.
- WebTransport
Stream Id - A WebTransport stream identifier.