summaryrefslogtreecommitdiff
path: root/vendor/hyper-util/src/client/legacy/mod.rs
blob: 1649ae7ea0fe024162c2aefb53463df7b5111b92 (plain)
1
2
3
4
5
6
7
8
9
10
#[cfg(any(feature = "http1", feature = "http2"))]
mod client;
#[cfg(any(feature = "http1", feature = "http2"))]
pub use client::{Builder, Client, Error, ResponseFuture};

pub mod connect;
#[doc(hidden)]
// Publicly available, but just for legacy purposes. A better pool will be
// designed.
pub mod pool;