hyper_util/client/legacy/
mod.rs

1#[cfg(any(feature = "http1", feature = "http2"))]
2mod client;
3#[cfg(any(feature = "http1", feature = "http2"))]
4pub use client::{Builder, Client, Error, ResponseFuture};
5
6pub mod connect;
7#[doc(hidden)]
8// Publicly available, but just for legacy purposes. A better pool will be
9// designed.
10pub mod pool;