HTTP utility functions for Go
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
g0rbe 014dc2d49d
All checks were successful
go test / go-test (push) Successful in 45s
pkg.go.dev / pull-new-commit (push) Successful in 36s
Update doc
2026-08-28 16:36:12 +02:00
.github/workflows Remove the proper workflow 2026-08-28 16:07:36 +02:00
authentication Update doc 2026-08-28 16:36:12 +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 Remove retired Go Report Card 2026-08-28 12:44:43 +02:00
response.go Extend RoundTripper interface to chain RoundTrippers 2026-04-01 10:54:47 +02:00
roundtripper.go Update doc 2026-08-28 16:36:12 +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

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