Searched defs:Proxy (Results 1 – 3 of 3) sorted by relevance
34 pub(crate) fn add_proxy(&mut self, proxy: Proxy) { in add_proxy()38 pub(crate) fn match_proxy(&self, uri: &Uri) -> Option<&Proxy> { in match_proxy()52 pub(crate) struct Proxy { struct54 pub(crate) no_proxy: Option<NoProxy>, argument57 impl Proxy { implementation
389 pub struct Proxy(proxy::Proxy); struct391 impl Proxy { implementation442 pub(crate) fn inner(self) -> proxy::Proxy { in inner()508 pub fn build(self) -> Result<Proxy, HttpClientError> { in build()
33 static int Proxy(const ThreadParam* t) in Proxy() function