Docs.rs
product-os-request-0.0.39
product-os-request 0.0.39
Docs.rs crate page
AGPL-3.0-only
Links
crates.io
Source
Owners
eremyjay
Dependencies
async-trait ^0.1.74
normal
bytes ^1.1.0
normal
optional
futures-core ^0.3.30
normal
optional
hyper ^1.0.1
normal
optional
no-std-compat ^0.4.1
normal
product-os-http >=0.0.1
normal
optional
product-os-http-body >=0.0.1
normal
optional
reqwest ^0.11.22
normal
optional
rustls ^0.21.6
normal
optional
serde ^1.0.132
normal
optional
serde_json ^1.0.73
normal
optional
serde_urlencoded ^0.7.0
normal
optional
tracing ^0.1.29
normal
optional
url ^2.4.1
normal
optional
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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_
request
0.0.39
Module combinators
Module Items
Structs
In crate product_
os_
request
product_os_request
Module
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.
Unsync
BoxBody
A boxed
Body
trait object that is !Sync.
With
Trailers
Adds trailers to a body.