You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2025. It is now read-only.
Summary
Add compression support to the HTTP client for both request and response handling.
Background
Currently, compression is handled entirely by fetch/browser automatically. This limits:
Accept-EncodingheaderProposed API
Test Coverage
Once implemented, integration tests can use
echo-httpservice endpoints:GET /gzip- Return gzip-compressed responseGET /deflate- Return deflate-compressed responseGET /brotli- Return brotli-compressed responseLabels
enhancement, client-http