Skip to main content

Module http_body_util

Module http_body_util 

Source

Structs§

BodyDataStream
A data stream created from a [Body].
BodyStream
A stream created from a [Body].
Collected
A collected body produced by BodyExt::collect which collects all the DATA frames and trailers.
Frame
Future that resolves to the next frame from a [Body].
Full
A body that consists of a single chunk.
StreamBody
A body created from a [Stream].

Traits§

BodyExt
An extension trait for [http_body::Body] adding various combinators and adapters