Home
last modified time | relevance | path

Searched refs:is_intercepted (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dproxy.rs39 self.list.iter().find(|proxy| proxy.is_intercepted(uri)) in match_proxy()
115 pub(crate) fn is_intercepted(&self, uri: &Uri) -> bool { in is_intercepted() method