Module finchers_http::body [] [src]

Components for parsing the HTTP request body.

Structs

Body
RawBody

Traits

FromBody

Trait representing the transformation from a message body.

Functions

body

Creates an endpoint which will poll the all contents of the message body from the client and transform the received bytes into a value of T.

raw_body

Creates an endpoint which will take the instance of RequestBody from the context.