Crate http_body

source ·
Expand description

Asynchronous HTTP request or response body.

See Body for more details.

Structs

  • A frame of any kind related to an HTTP stream (body).
  • A Body size hint

Traits

  • Trait representing a streaming body of a Request or Response.