pub type HttpConnectionPool = Pool<HttpConnectionManager>;Expand description
Connection pool for HTTP/1.1 connections.
Uses bb8 for connection pooling with automatic health checks and recycling.
Aliased Typeยง
pub struct HttpConnectionPool { /* private fields */ }