Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
Dsettings.rs402 pub fn all(addr: &str) -> ProxyBuilder { in all()
419 pub fn http(addr: &str) -> ProxyBuilder { in http()
436 pub fn https(addr: &str) -> ProxyBuilder { in https()
458 pub struct ProxyBuilder { struct
462 impl ProxyBuilder { implementation