chore: add http2 support with connection tracking and optimize middlewares

This commit is contained in:
2026-04-29 23:47:24 +02:00
committed by ForgeCode
parent ccfd200681
commit 9621033530
11 changed files with 425 additions and 450 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ http = "1.4.0"
http-body-util = "0.1.3"
jsonwebtoken = { version = "10", features = ["rust_crypto"] }
hyper = { version = "1.8.1", features = ["http1", "server"] }
hyper-util = { version = "0.1", features = ["http1", "server", "tokio"] }
hyper = { version = "1.8.1", features = ["http1", "http2", "server"] }
hyper-util = { version = "0.1", features = ["http1", "http2", "server", "tokio"] }
serde = {version = "1.0.228", features = ["derive"]}
serde_json = "1.0.149"