Expand description
Utilities for http_body::Body
.
BodyExt
adds extensions to the common trait.
Modulesยง
- collected ๐
- Combinators for the
Body
trait. - either ๐
- empty ๐
- full ๐
- limited ๐
- stream ๐
- util ๐
Structsยง
- A data stream created from a
Body
. - A stream created from a
Body
. - A collected body produced by
BodyExt::collect
which collects all the DATA frames and trailers. - 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 created from a
Stream
.
Enumsยง
Traitsยง
- An extension trait for
http_body::Body
adding various combinators and adapters