Module reader

Module reader 

Source
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§

ParseError
Variants of parse http packets.

Traits§

HttpReader

Functions§

parse_request
Helper function to help parsing stream into Request instance.
parse_request_with
Helper function to help parsing stream into Request instance.
parse_response
Helper function to help parsing stream into Response instance.
parse_response_with
Helper function to help parsing stream into Response instance.

Type Aliases§

ParseResult
Type alias for parser result.