Searched refs:with_connector (Results 1 – 2 of 2) sorted by relevance
67 Self::with_connector(HttpConnector::default()) in new()88 pub fn with_connector(connector: C) -> Self { in with_connector() method
92 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() method1061 let client = Client::with_connector(HttpConnector::default()); in ut_client_with_connector()