Home
last modified time | relevance | path

Searched refs:with_dns_resolver (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs101 /// let client = Client::with_dns_resolver(DefaultDnsResolver::default());
103 pub fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver() functions
107 Self::with_connector(HttpConnector::with_dns_resolver(resolver)) in with_dns_resolver()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs65 pub(crate) fn with_dns_resolver<R>(resolver: R) -> Self

Completed in 4 milliseconds