rama
0.2.0-alpha.4
Module combinators
Structs
In rama::
http::
dep::
http_
body_
util
Module
rama
::
http
::
dep
::
http_body_util
::
combinators
Copy item path
[
−
]
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.