chore: add http2 support with connection tracking and optimize middlewares
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user