Crate product_os_http_body
source ·Modules§
- Combinators for the
Body
trait.
Structs§
- Concrete implementation of (Body).
- A data stream created from a
Body
. - A stream created from a
Body
. - A cheaply cloneable and sliceable chunk of contiguous memory.
- A collected body produced by
BodyExt::collect
which collects all the DATA frames and trailers. - A body that is always empty.
- A frame of any kind related to an HTTP stream (body).
- 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 - A body created from a
Stream
.
Enums§
Traits§
- Trait representing a streaming body of a Request or Response.
- An extension trait for
http_body::Body
adding various combinators and adapters