Type Alias HttpConnectionPools

Source
pub type HttpConnectionPools = Arc<Mutex<HashMap<String, HttpConnectionPool>>>;
Expand description

Collection of connection pools indexed by server address.

Allows maintaining separate pools for different HTTP servers, enabling efficient connection reuse across multiple targets.

Aliased Typeยง

pub struct HttpConnectionPools { /* private fields */ }