Docs.rs
http-body-1.0.0
http-body 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanmonstar
carllerche
github:hyperium:http-util
Dependencies
bytes ^1
normal
http ^1
normal
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
1.0.0
All Items
Structs
Traits
?
Crate
http_body
source
·
[
−
]
Expand description
Asynchronous HTTP request or response body.
See
Body
for more details.
Structs
Frame
A frame of any kind related to an HTTP stream (body).
SizeHint
A
Body
size hint
Traits
Body
Trait representing a streaming body of a Request or Response.