Re-exports§
pub use http;
Structs§
- Connect
Request - A CONNECT request to initiate a WebTransport session.
- Connect
Response - A CONNECT response to accept or reject a WebTransport session.
- Frame
- Http3
Capsule Reader - Reads capsules from an HTTP/3 CONNECT stream where capsule protocol data is carried inside DATA frames (RFC 9297 Section 3.2).
- Setting
- Settings
- Stream
Uni - VarInt
- An integer less than 2^62
- VarInt
Bounds Exceeded - Error returned when constructing a
VarIntfrom a value >= 2^62 - VarInt
Unexpected End