Module finchers::input[][src]

Components for parsing the incoming HTTP request.

Structs

Cookies

A proxy object for tracking Cookie values in the current context.

EncodedStr

A percent-encoded string.

Input

The contextual information with an incoming HTTP request.

Payload

An asynchronous stream of bytes representing the raw request body.

ReqBody

A type holding the instance of request body.

Traits

FromEncodedStr

Trait representing the conversion from an encoded string.

FromHeaderValue

Trait representing the conversion from a header value.