Docs.rs
http-body-util-0.1.2
http-body-util 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanmonstar
Dependencies
bytes ^1
normal
futures-util ^0.3
normal
http ^1
normal
http-body ^1
normal
pin-project-lite ^0.2
normal
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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.
UnsyncBoxBody
A boxed
Body
trait object that is !Sync.
WithTrailers
Adds trailers to a body.