Expand description
Asynchronous HTTP request or response body.
See Body
for more details.
Modules§
- Combinators for the
Body
trait.
Structs§
- Future that resolves to the next data chunk from
Body
- A body that is always empty.
- A body that consists of a single chunk.
- A
Body
size hint - Future that resolves to the optional trailers from
Body
Traits§
- Trait representing a streaming body of a Request or Response.