HTTP utility functions for Go
Find a file
g0rbe 4a88bef582
All checks were successful
go test / go-test (push) Successful in 1m7s
Go Report Card / generate-report (push) Successful in 14s
pkg.go.dev / pull-new-commit (push) Successful in 37s
Add Download()
2026-04-20 05:00:16 +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 Add Download() 2026-04-20 05:00:16 +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 Add Download() 2026-04-20 05:00:16 +02: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')"