Docs.rs
http-body-0.4.6
http-body 0.4.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanmonstar
carllerche
github:hyperium:http-util
Dependencies
bytes ^1
normal
http ^0.2
normal
pin-project-lite ^0.2
normal
tokio ^1
dev
Versions
100%
of the crate is documented
Go to latest version
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
0.4.6
Module combinators
Structs
In crate http_body
?
Module
http_body
::
combinators
source
·
[
−
]
Expand description
Combinators for the
Body
trait.
Structs
BoxBody
A boxed
Body
trait object.
MapData
Body returned by the
map_data
combinator.
MapErr
Body returned by the
map_err
combinator.
UnsyncBoxBody
A boxed
Body
trait object that is !Sync.