Replace HTTP/2 server push with dependency injection in backlog

HTTP/2 server push was removed from the spec and dropped by browsers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 16:02:15 -04:00
parent cb4bc295b8
commit 1c5dc1dfbb
+1 -1
View File
@@ -5,4 +5,4 @@
- Per-route rate limiting (different limits for different endpoints)
- Built-in structured logging with request context
- OpenAPI 3.1 support
- HTTP/2 server push
- Dependency injection for route handlers