Expand description
HTTP3 frame.
Structs§
- Frame
- An HTTP3 frame.
Enums§
- Frame
Kind - An HTTP3
Frametype. - IoRead
Error - An error during frame I/O read operation.
- Parse
Error - Error frame parsing.
Type Aliases§
- Frame
Owned - Alias for
Frame<'static>; - IoWrite
Error - An error during frame I/O write operation.