Searched defs:ProxyBuilder (Results 1 – 2 of 2) sorted by relevance
354 pub fn all(addr: &str) -> ProxyBuilder { in all()371 pub fn http(addr: &str) -> ProxyBuilder { in http()388 pub fn https(addr: &str) -> ProxyBuilder { in https()410 pub struct ProxyBuilder { struct414 impl ProxyBuilder { argument
237 pub fn http(url: &str) -> ProxyBuilder { in http()254 pub fn https(url: &str) -> ProxyBuilder { in https()271 pub fn all(url: &str) -> ProxyBuilder { in all()294 pub struct ProxyBuilder(Result<reqwest::Proxy, HttpClientError>); struct296 impl ProxyBuilder { impl