Home
last modified time | relevance | path

Searched defs:proxy (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/interceptor/
H A Dmod.rs72 pub fn proxy(&self) -> bool { in proxy() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs314 let mut proxy = Proxy::http("http://www.aaa.com").unwrap(); ut_proxies() variables
328 let mut proxy = Proxy::http("http://www.aaa.com").unwrap(); ut_proxies() variables
336 let mut proxy = Proxy::http("http://127.0.0.1:3000").unwrap(); ut_proxies() variables
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dclient.rs297 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs436 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() functions

Completed in 3 milliseconds