Registry /
http-client / soontao-gohttpdigestclient
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.