Skip to content

feat: add gzip compression support to HTTP handler middleware#93

Merged
joshiste merged 1 commit intomainfrom
feat/support-gzip-encoding
Feb 13, 2026
Merged

feat: add gzip compression support to HTTP handler middleware#93
joshiste merged 1 commit intomainfrom
feat/support-gzip-encoding

Conversation

@joshiste
Copy link
Member

Reduces bandwidth for clients that send Accept-Encoding: gzip. Uses klauspost/compress/gzhttp which properly handles Content-Length, Flush/Hijack interfaces, and minimum body size thresholds.

Reduces bandwidth for clients that send Accept-Encoding: gzip.
Uses klauspost/compress/gzhttp which properly handles Content-Length,
Flush/Hijack interfaces, and minimum body size thresholds.
@joshiste joshiste enabled auto-merge February 13, 2026 21:48
@joshiste joshiste merged commit b80c208 into main Feb 13, 2026
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant