proxyplease
proxyplease copied to clipboard
Cross-platform proxy selection with optional native authentication negotiation
Testing on OSX. Sample: ``` a, _ := url.Parse("http://localhost/") b, _ := url.Parse("https://www.google.com") dialContext2 := proxyplease.NewDialContext(proxyplease.Proxy{TargetURL: a}) dialContext3 := proxyplease.NewDialContext(proxyplease.Proxy{TargetURL: b}) ``` Output ``` 2021/05/05 11:57:39 proxyplease.proxy> No proxy provided....
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200707034311-ab3426394381 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
You library work fine as i need (used to authentificate by using kerberos to remote proxy).... but i've seen you not expose explicitly a way to configure the logging library....