Module combinators
http_
body_
util
0.1.3
Module combinators
Module Items
Modules
Structs
In crate http_
body_
util
Modules
collected
combinators
either
empty
full
limited
stream
util
Structs
BodyDataStream
BodyStream
Collected
Empty
Full
LengthLimitError
Limited
StreamBody
Enums
Either
Traits
BodyExt
http_body_util
Module
combinators
Copy item path
Settings
Help
Summary
Source
Expand description
Combinators for the
Body
trait.
Modules
§
box_
body
🔒
collect
🔒
frame
🔒
map_err
🔒
map_
frame
🔒
with_
trailers
🔒
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.