pub fn parse_proxy_server(raw: &str) -> HashMap<String, String>
Parse ProxyServer style value into a scheme map.
ProxyServer
Supported formats:
proxy.company.local:8080
http=proxy:8080;https=proxy:8443