Registry / http-client / soontao-gohttpdigestclient

soontao-gohttpdigestclient

JSON →
library0.0.0-20170320082612-6d28bb1415c5gogounverified

Go HTTP Digest Authentication client for making requests with digest authentication.

go get github.com/Soontao/goHttpDigestClient
INSTALL
IMPORT
SIG · SOONTAO-GOHTTPDIGE
S
soontao-gohttpdigestclient
http-clientgov0.0.0-20170320082612-6d28bb1415c5
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.

goHttpDigestClient
github.com/Soontao/goHttpDigestClient

Make a digest-authenticated GET request

package main import ( "fmt" "github.com/Soontao/goHttpDigestClient" ) func main() { client := goHttpDigestClient.NewClient("user", "pass") resp, _ := client.Get("http://example.com") fmt.Println(resp.Status) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170320082612-6d28bb1415c5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
soontao-gohttpdigestclient — go get soontao-gohttpdigestclient · libregistry