Docs.rs
http-body-util-0.1.0-rc.1
http-body-util 0.1.0-rc.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanmonstar
Dependencies
bytes ^1
normal
futures-util ^0.3
normal
http ^0.2
normal
http-body ^1.0.0-rc.1
normal
pin-project-lite ^0.2
normal
tokio ^1
dev
Versions
100%
of the crate is documented
Go to latest stable release
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
☰
Module combinators
Structs
?
Module
http_body_util
::
combinators
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_data
combinator.
UnsyncBoxBody
A boxed
Body
trait object that is !Sync.