wreq 0.15.2

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;