mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
use objects pool for HttpRequest; optimize nested services call
This commit is contained in:
parent
75b213a6f0
commit
aa78565453
20 changed files with 343 additions and 295 deletions
|
@ -68,9 +68,9 @@ rust-tls = ["rustls", "actix-server/rust-tls"]
|
|||
|
||||
[dependencies]
|
||||
actix-codec = "0.1.1"
|
||||
actix-service = "0.3.4"
|
||||
actix-service = "0.3.6"
|
||||
actix-utils = "0.3.4"
|
||||
actix-router = "0.1.1"
|
||||
actix-router = "0.1.2"
|
||||
actix-rt = "0.2.2"
|
||||
actix-web-codegen = "0.1.0-alpha.1"
|
||||
actix-http = { version = "0.1.0-alpha.3", features=["fail"] }
|
||||
|
@ -124,4 +124,4 @@ actix-web-codegen = { path = "actix-web-codegen" }
|
|||
actix-web-actors = { path = "actix-web-actors" }
|
||||
actix-session = { path = "actix-session" }
|
||||
actix-files = { path = "actix-files" }
|
||||
awc = { path = "awc" }
|
||||
awc = { path = "awc" }
|
Loading…
Add table
Add a link
Reference in a new issue