Expand description
This module holds all the Parsers that can deal with parsing the Data in multiple chunks and dont need all of it right away
Structs§
- Chunk
Parser - A single ChunkParser instance used to parse multiple Chunks one after the other
- ReqParser
- A single Instance of the RequestParser that is used to parse HTTP-Requests
- Resp
Parser - A single Instance of the ResponseParser that is used to parse HTTP-Responses
Enums§
- Parse
Error - Indicates all Errors related to parsing a Request/Response/Chunk
Type Aliases§
- Parse
Result - A simple Result wrapper that already has the ParseError type as its Error-Type