Module input

Module input 

Source
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.
RequestBody
An asyncrhonous stream to receive the chunks of incoming request body.

Enums§

InvalidMediaType
An error type which will be returned from Input::media_type.
PollDataError
An error type which will returned at receiving the message body.