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