requestlog: preserve audited connection upgrades
verify / verify (push) Successful in 3m26s

This commit is contained in:
2026-08-28 13:38:35 -04:00
parent a769d1ea7b
commit 7c8f0d708e
4 changed files with 63 additions and 4 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
# Gamertan Web Foundations
> Status: `v0.1.0-preview.7` public preview. APIs may change before a stable
> Status: `v0.1.0-preview.8` public preview. APIs may change before a stable
> release; Linux is the maintained release platform.
Small, composable Go packages for the unglamorous boundaries of a careful web
@@ -24,14 +24,14 @@ Pin the preview in an application module, then import only the packages that
application needs:
```bash
go get gamertan.com/web@v0.1.0-preview.7
go get gamertan.com/web@v0.1.0-preview.8
go mod verify
```
An application may also name the first package it intends to adopt:
```bash
go get gamertan.com/web/requestmeta@v0.1.0-preview.7
go get gamertan.com/web/requestmeta@v0.1.0-preview.8
```
The version belongs to the `gamertan.com/web` module. Go compiles and links