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
94 proxy: bool, field127 proxy: bool, field140 pub fn proxy(mut self, proxy: bool) -> Self { in proxy() method
26 pub(crate) mod proxy; module
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
497 pub fn proxy(mut self, proxy: Proxy) -> Self { in proxy() method