Expand description
Utilities to parse http packets from a stream of bytes.
Structs§
- Config
- Http packet parse config.
- Requester
- Http request packet parser.
- Responser
- Http response packet parser.
Enums§
- Parse
Error - Variants of parse http packets.
Traits§
Functions§
- parse_
request - Helper function to help parsing stream into
Requestinstance. - parse_
request_ with - Helper function to help parsing stream into
Requestinstance. - parse_
response - Helper function to help parsing stream into
Responseinstance. - parse_
response_ with - Helper function to help parsing stream into
Responseinstance.
Type Aliases§
- Parse
Result - Type alias for parser result.