Searched defs:proxy (Results 1 – 6 of 6) sorted by relevance
279 let proxy = Proxy::http("http://www.example.com").unwrap(); in ut_via_proxy() localVariable299 let proxy = proxies.match_proxy(&uri).unwrap(); in ut_proxies() localVariable314 let mut proxy = Proxy::http("http://www.aaa.com").unwrap(); in ut_proxies() localVariable328 let mut proxy = Proxy::http("http://www.aaa.com").unwrap(); in ut_proxies() localVariable336 let mut proxy = Proxy::http("http://127.0.0.1:3000").unwrap(); in ut_proxies() localVariable
26 pub(crate) mod proxy; module
47 pub(crate) proxy: bool, field72 pub fn proxy(&self) -> bool { in proxy() method
594 let proxy = Proxy::all("http://127.0.0.1:6789") in ut_proxy_clone() localVariable612 let proxy = Proxy::https("http://127.0.0.1:6789").build().unwrap(); in ut_proxy_https() localVariable
297 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() method
433 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() method