Expand description
Asynchronous HTTP request or response body.
See Body
for more details.
Modulesยง
- collect ๐
- Combinators for the
Body
trait. - empty ๐
- full ๐
- limited ๐
- next ๐
- size_hint ๐
Structsยง
- A collected body produced by
Body::collect
which collects all the DATA frames and trailers. - Future that resolves to the next data chunk from
Body
- A body that is always empty.
- A body that consists of a single chunk.
- An error returned when body length exceeds the configured limit.
- A length limited body.
- A
Body
size hint - Future that resolves to the optional trailers from
Body
Traitsยง
- Trait representing a streaming body of a Request or Response.