1//! HTTP client utilities 2 3/// Legacy implementations of `connect` module and `Client` 4#[cfg(feature = "client-legacy")] 5pub mod legacy; 6 7#[cfg(feature = "client-proxy")] 8pub mod proxy;