Source code

Revision control

Copy as Markdown

Other Tools

//! HTTP client utilities
/// Legacy implementations of `connect` module and `Client`
#[cfg(feature = "client-legacy")]
pub mod legacy;
#[cfg(feature = "client-pool")]
pub mod pool;
#[cfg(feature = "client-proxy")]
pub mod proxy;