Registry / networking / azure-go-ntlmssp

azure-go-ntlmssp

JSON →
library0.1.1gogounverified

Provides NTLM authentication support for Go HTTP clients, implementing the NTLM Security Support Provider protocol.

go get github.com/Azure/go-ntlmssp
INSTALL
IMPORT
SIG · AZURE-GO-NTLMSSP
A
azure-go-ntlmssp
networkinggov0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ntlmssp
github.com/Azure/go-ntlmssp

Create an HTTP client that automatically performs NTLM authentication.

import "github.com/Azure/go-ntlmssp" client := &http.Client{ Transport: ntlmssp.Negotiator{ RoundTripper: &http.Transport{}, }, } resp, err := client.Get("https://example.com")
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
azure-go-ntlmssp — go get azure-go-ntlmssp · libregistry