Expand description
reqwest-backed implementation of origin_http::HttpClient.
One instance per application: reqwest::Client owns the connection pool, so
constructing several defeats keep-alive and multiplies open sockets.
reqwest-backed implementation of origin_http::HttpClient.
One instance per application: reqwest::Client owns the connection pool, so
constructing several defeats keep-alive and multiplies open sockets.