Home
last modified time | relevance | path

Searched defs:Proxy (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dproxy.rs34 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 { struct
54 pub(crate) no_proxy: Option<NoProxy>, argument
57 impl Proxy { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs389 pub struct Proxy(proxy::Proxy); struct
391 impl Proxy { implementation
442 pub(crate) fn inner(self) -> proxy::Proxy { in inner()
508 pub fn build(self) -> Result<Proxy, HttpClientError> { in build()
/commonlibrary/c_utils/base/src/
Dthread_ex.cpp33 static int Proxy(const ThreadParam* t) in Proxy() function