Re-exports

pub use multer;

Structs

The body of a HTTP request and response. It is internally based on hyper::Body, but adds convenient methods around reading the body into certain formats. A body can only be read once. Once read, each subsequent attempt to read the body will return a BodyError::AlreadyRead.

Represents the implementation of multipart/form-data formatted data.

Enums

An error that occurred while reading a Body.