Expand description
Components for parsing the incoming HTTP request.
Structs§
- Data
- A chunk of bytes in the incoming message body.
- Input
- The context which holds the received HTTP request.
- Request
Body - An asyncrhonous stream to receive the chunks of incoming request body.
Enums§
- Invalid
Media Type - An error type which will be returned from
Input::media_type. - Poll
Data Error - An error type which will returned at receiving the message body.