We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88448ca commit fdffc76Copy full SHA for fdffc76
README.md
@@ -17,7 +17,7 @@ dialer := &net.Dialer{
17
}
18
19
// wrap dial context with NTLM
20
-ntlmDialContext := newNTLMProxyDialContext(dialer, proxyURL, "user", "password", "domain", nil)
+ntlmDialContext := ntlm.NewNTLMProxyDialContext(dialer, proxyURL, "user", "password", "domain", nil)
21
22
// create a http(s) client
23
client := &http.Client{
0 commit comments