Description
API responses are uncompressed. Implement brotli compression at API gateway level with gzip fallback.
Acceptance Criteria
Technical Scope
- api/src/middleware/
- infra/
- Edge: compression of already-compressed data, streaming response handling
Description
API responses are uncompressed. Implement brotli compression at API gateway level with gzip fallback.
Acceptance Criteria
Technical Scope