Searched defs:Proxy (Results 1 – 3 of 3) sorted by relevance
33 pub(crate) fn add_proxy(&mut self, proxy: Proxy) { in add_proxy()37 pub(crate) fn match_proxy(&self, uri: &Uri) -> Option<&Proxy> { in match_proxy()51 pub(crate) struct Proxy { struct53 pub(crate) no_proxy: Option<NoProxy>, argument56 impl Proxy { impl
341 pub struct Proxy(proxy::Proxy); struct343 impl Proxy { implementation394 pub(crate) fn inner(self) -> proxy::Proxy { in inner()460 pub fn build(self) -> Result<Proxy, HttpClientError> { in build()
32 static int Proxy(const ThreadParam* t) in Proxy() function