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:56 -04:00
parent 1c729c8542
commit 5ee0de6458
+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