Docs.rs
http-pool-0.4.3
http-pool 0.4.3
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.1.3
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
16.67%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
http_
pool
0.4.3
Module http2
Module Items
Structs
Traits
Functions
Type Aliases
In crate http_
pool
http_pool
Module
http2
Copy item path
Source
Structs
§
Pool
http2连接池 连接池中的连接受max_conn数据限制 默认的keepalive是一分钟 连接池中的每个连接可并发流数受max_streams影响, 默认是20个 有三种行为会导致连接池中的连接被释放 1.对方主动关闭连接 2.remove_backend被调用清除后端地址, 这会导致该地址的所有连接失效 3.在外界没有引用sender达到keepalive时间后, 注意如果没有设置keepalive则此条无效
Sender
Traits
§
Http
Pool
Functions
§
get
request_
builder
Type Aliases
§
Send
Request