http_
body_
util
0.1.2
Module combinators
Structs
In crate http_
body_
util
Module
http_body_util
::
combinators
Copy item path
source
·
[
−
]
Expand description
Combinators for the
Body
trait.
Structs
§
BoxBody
A boxed
Body
trait object.
Collect
Future that resolves into a
Collected
.
Frame
Future that resolves to the next frame from a
Body
.
MapErr
Body returned by the
map_err
combinator.
MapFrame
Body returned by the
map_frame
combinator.
Unsync
BoxBody
A boxed
Body
trait object that is !Sync.
With
Trailers
Adds trailers to a body.