Module futures_http::reader
source · Expand description
Utilities to parse http packets from a stream of bytes.
Structs§
- Http packet parse config.
- Http request packet parser.
- Http response packet parser.
Enums§
- Variants of parse http packets.
Traits§
Functions§
- Helper function to help parsing stream into
Requestinstance. - Helper function to help parsing stream into
Requestinstance. - Helper function to help parsing stream into
Responseinstance. - Helper function to help parsing stream into
Responseinstance.
Type Aliases§
- Type alias for parser result.