Docs.rs
product-os-http-body-util-0.0.4
product-os-http-body-util 0.0.4
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-util ^0.3.14
normal
http-body-util ^0.1.1
normal
optional
no-std-compat ^0.4.1
normal
pin-project-lite ^0.2.13
normal
product-os-http >=0.0.1
normal
product-os-http-body >=0.0.1
normal
tokio ^1
dev
Versions
0%
of the crate is documented
This release has been yanked
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_util
0.0.4
Module combinators
Structs
In crate product_os_http_body_util
?
Module
product_os_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_frame
combinator.
UnsyncBoxBody
A boxed
Body
trait object that is !Sync.
WithTrailers
Adds trailers to a body.