pub type HttpConnectionPools = Arc<Mutex<HashMap<String, HttpConnectionPool>>>;
pub struct HttpConnectionPools { /* private fields */ }