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