HTTP utility functions for Go
| .github/workflows | ||
| authentication | ||
| client.go | ||
| client_test.go | ||
| contenttype.go | ||
| defaultclient.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| response.go | ||
www
Package www provides HTTP utility functions.
Common authentication methods and functions for various services can be found at the authentication directory.
Get
go get git.gorbe.io/go/www@latest
Get the latest commit (if Go module proxy is not updated):
go get "git.gorbe.io/go/www@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/www/commits' | jq -r '.[0].sha')"