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