HTTP utility functions for Go
Find a file
g0rbe 403128a873
All checks were successful
go test / go-test (push) Successful in 43s
Go Report Card / generate-report (push) Successful in 19s
pkg.go.dev / pull-new-commit (push) Successful in 27s
Extend RoundTripper interface to chain RoundTrippers
2026-04-01 10:54:47 +02:00
.github/workflows Enable email notification in Actions 2025-11-07 17:57:12 +01:00
authentication Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
useragent Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
authentication.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
client.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
client_test.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
contenttype.go Rewrite the module to use http.RoundTripper 2025-10-15 18:09:59 +02:00
defaultclient.go Fix typos 2025-11-07 17:52:50 +01:00
go.mod Increase required GO version 2026-04-01 10:54:01 +02:00
go.sum Add Medusa JS Admin authentication 2025-12-10 06:17:16 +01:00
LICENSE Initial commit 2025-09-22 02:49:35 +02:00
README.md Add Google ServiceAccount auth and use subdir for auth methods 2025-10-26 00:27:11 +02:00
response.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
roundtripper.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
roundtripper_test.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
useragent.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00

www

Go Reference Go Report Card

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')"