Skip to main content

Crate web_transport_proto

Crate web_transport_proto 

Source

Re-exports§

pub use http;

Structs§

ConnectRequest
A CONNECT request to initiate a WebTransport session.
ConnectResponse
A CONNECT response to accept or reject a WebTransport session.
Frame
Http3CapsuleReader
Reads capsules from an HTTP/3 CONNECT stream where capsule protocol data is carried inside DATA frames (RFC 9297 Section 3.2).
Setting
Settings
StreamUni
VarInt
An integer less than 2^62
VarIntBoundsExceeded
Error returned when constructing a VarInt from a value >= 2^62
VarIntUnexpectedEnd

Enums§

Capsule
CapsuleError
ConnectError
SettingsError

Functions§

error_from_http3
error_to_http3