Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dclient.rs67 Self::with_connector(HttpConnector::default()) in new()
88 pub fn with_connector(connector: C) -> Self { in with_connector() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs92 Self::with_connector(HttpConnector::default()) in new()
107 Self::with_connector(HttpConnector::with_dns_resolver(resolver)) in with_dns_resolver()
136 pub fn with_connector(connector: C) -> Self { in with_connector() method
1061 let client = Client::with_connector(HttpConnector::default()); in ut_client_with_connector()