Docs.rs
product-os-http-body-0.0.14
product-os-http-body 0.0.14
Docs.rs crate page
AGPL-3.0-only
Links
crates.io
Source
Owners
eremyjay
Dependencies
bytes ^1.5.0
normal
core-error ^0.0.1-rc4
normal
futures ^0.3.30
normal
futures-util ^0.3.30
normal
http-body ^1.0.0
normal
optional
http-body-util ^0.1.1
normal
optional
hyper ^1.3.1
normal
optional
no-std-compat ^0.4.1
normal
pin-project-lite ^0.2.14
normal
product-os-http >=0.0.1
normal
thiserror ^1.0.61
normal
tokio ^1
dev
Versions
0%
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
product_os_http_body
0.0.14
Module combinators
Structs
In crate product_os_http_body
Module
product_os_http_body
::
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.