Module solarsail::body

source ·

Re-exports

Structs

  • The body of a HTTP request and response. It is internally based on hyper::body::Incoming, 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