Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dproxy.rs279 let proxy = Proxy::http("http://www.example.com").unwrap(); in ut_via_proxy() localVariable
299 let proxy = proxies.match_proxy(&uri).unwrap(); in ut_proxies() localVariable
314 let mut proxy = Proxy::http("http://www.aaa.com").unwrap(); in ut_proxies() localVariable
328 let mut proxy = Proxy::http("http://www.aaa.com").unwrap(); in ut_proxies() localVariable
336 let mut proxy = Proxy::http("http://127.0.0.1:3000").unwrap(); in ut_proxies() localVariable
Dmod.rs26 pub(crate) mod proxy; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
Dmod.rs47 pub(crate) proxy: bool, field
72 pub fn proxy(&self) -> bool { in proxy() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs594 let proxy = Proxy::all("http://127.0.0.1:6789") in ut_proxy_clone() localVariable
612 let proxy = Proxy::https("http://127.0.0.1:6789").build().unwrap(); in ut_proxy_https() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dclient.rs297 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs433 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() method