//! # reqwest-proxy-pool
//!
//! A SOCKS5/SOCKS5H proxy pool middleware for reqwest.
//!
//! This library provides host-based SOCKS5 proxy pools for reqwest middleware:
//! - one `HostConfig` defines one host-specific proxy pool
//! - requests are routed by host
//! - unknown hosts fall back to the unique `primary=true` host pool
pub use ;
pub use ;
pub use NoProxyAvailable;
pub use ProxyPoolMiddleware;
pub use ProxyPool;
pub use ;