Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NtlmTransport ¶
type NtlmTransport struct { Domain string User string Password string http.RoundTripper Jar http.CookieJar // Headers to copy from the original request onto the NTLM negotiation // request, this can be useful when extra authentication is required, // for example when you use Azure Relay. CopyHeaders []string }
NtlmTransport is implementation of http.RoundTripper interface
Click to show internal directories.
Click to hide internal directories.