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