Docs.rs
http-pool-0.7.4
http-pool 0.7.4
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
xiaoquanjie
Dependencies
http-body-util ^0.1
normal
hyper ^1.6
normal
hyper-util ^0.1
normal
net-pool ^0.5.1
normal
tokio ^1.44
normal
tokio-rustls ^0.26
normal
tracing ^0.1
normal
optional
webpki-roots ^1.0
normal
tokio ^1.44
dev
tracing-subscriber ^0.3
dev
Versions
23.08%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
http_pool/
lib.rs
1
pub mod
body;
2
pub mod
http1;
3
pub mod
http2;
4
mod
utils;
5
6
//re-exports
7
pub use
net_pool;