Skip to main content

parse_proxy_server

Function parse_proxy_server 

Source
pub fn parse_proxy_server(raw: &str) -> HashMap<String, String>
Expand description

Parse ProxyServer style value into a scheme map.

Supported formats:

  • proxy.company.local:8080
  • http=proxy:8080;https=proxy:8443