rquest 5.1.0

A blazing-fast Rust HTTP Client with TLS fingerprint
Documentation
1
2
3
4
5
mod http1;
mod http2;

pub use http1::Http1Config;
pub use http2::Http2Config;