Module rama::http::dep::http_body

Expand description

Re-export of the http-body crate.

Asynchronous HTTP request or response body.

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.