mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
revert generic request parameter for service; support ServerConfig as new factory config
This commit is contained in:
parent
aadcdaa3d6
commit
fde55ffa14
14 changed files with 581 additions and 460 deletions
|
@ -72,7 +72,7 @@ actix-utils = { git = "https://github.com/actix/actix-net.git" }
|
|||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||
actix-router = { git = "https://github.com/actix/actix-net.git" }
|
||||
actix-server = { git = "https://github.com/actix/actix-net.git" }
|
||||
#actix-router = { path="../actix-net/router" }
|
||||
actix-server-config = { git = "https://github.com/actix/actix-net.git" }
|
||||
|
||||
bytes = "0.4"
|
||||
derive_more = "0.14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue