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.rs33 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 { struct
53 pub(crate) no_proxy: Option<NoProxy>, argument
56 impl Proxy { impl
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs341 pub struct Proxy(proxy::Proxy); struct
343 impl Proxy { implementation
394 pub(crate) fn inner(self) -> proxy::Proxy { in inner()
460 pub fn build(self) -> Result<Proxy, HttpClientError> { in build()
/commonlibrary/c_utils/base/src/
Dthread_ex.cpp32 static int Proxy(const ThreadParam* t) in Proxy() function