Module finchers::request [] [src]

Definitions and reexports of incoming HTTP requests

Structs

Body

The instance of request body.

Form
ParseBody

The type of a future returned from Body::into_vec()

Request

The value of incoming HTTP request, without the request body

Enums

FormParseError
ParseBodyError

The error type of ParseBody<T>

Traits

FromBody

A trait represents the conversion from Body.

FromForm
FromParam

Represents the conversion from a path segment

Functions

reconstruct

reconstruct the raw incoming HTTP request, and return a pair of Request and Body