Expand description
Utilities for http_body::Body
.
BodyExt
adds extensions to the common trait.
Modules§
- combinators
- Combinators for the
Body
trait.
Structs§
- Body
Data Stream - A data stream created from a
Body
. - Body
Stream - A stream created from a
Body
. - Collected
- A collected body produced by
BodyExt::collect
which collects all the DATA frames and trailers. - Empty
- A body that is always empty.
- Full
- A body that consists of a single chunk.
- Length
Limit Error - An error returned when body length exceeds the configured limit.
- Limited
- A length limited body.
- Stream
Body - A body created from a
Stream
.
Enums§
Traits§
- BodyExt
- An extension trait for
http_body::Body
adding various combinators and adapters