pub type ResolverClient = Client<HttpConnector<BoxResolver>>;Expand description
An HTTP client using a custom DNS resolver (plain HTTP).
Created via Client::builder().with_resolver(r).build_with_resolver().
Aliased Typeยง
pub struct ResolverClient { /* private fields */ }