Registry / http-client / icholy-digest

icholy-digest

JSON →
library1.1.0gogounverified

Package digest provides HTTP Digest Access Authentication client support for Go.

go get github.com/icholy/digest
INSTALL
IMPORT
SIG · ICHOLY-DIGEST
I
icholy-digest
http-clientgov1.1.0
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.

digest
github.com/icholy/digest

Create an HTTP client with Digest authentication.

package main import ( "fmt" "net/http" "github.com/icholy/digest" ) func main() { client := &http.Client{ Transport: &digest.Transport{ Username: "user", Password: "pass", }, } resp, _ := client.Get("http://example.com") fmt.Println(resp.Status) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
icholy-digest — go get icholy-digest · libregistry