Expand description
Trillium HTTP/3 types
Structs§
- H3Bidi
Request - A pending HTTP/3 request-response cycle on one bidirectional stream, with optional per-stream hooks.
- H3Connection
- Shared state for a single HTTP/3 QUIC connection.
Enums§
- H3Error
- An error that may occur during HTTP/3 stream or connection processing.
- H3Error
Code - H3 error codes (RFC 9114).
- H3Stream
Result - The result of processing an HTTP/3 bidirectional stream.
- UniStream
Result - The result of processing an HTTP/3 unidirectional stream.