Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs103 pub fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver() method
107 Self::with_connector(HttpConnector::with_dns_resolver(resolver)) in with_dns_resolver()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs63 pub(crate) fn with_dns_resolver<R>(resolver: R) -> Self in with_dns_resolver() method