mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Use GAT (#153)
* Rename Transform to Middleware * Drop FnService's shutdown helper * refactor Service trait to use GAT * Migrate ntex to new service * move Stack to service * use BoxFuture * simplify poll_shitdown method
This commit is contained in:
parent
de9738c9c0
commit
537d8dc18d
81 changed files with 2069 additions and 2495 deletions
|
@ -34,3 +34,5 @@ ntex-util = { path = "ntex-util" }
|
|||
ntex-glommio = { path = "ntex-glommio" }
|
||||
ntex-tokio = { path = "ntex-tokio" }
|
||||
ntex-async-std = { path = "ntex-async-std" }
|
||||
|
||||
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git", branch = "service-0-4" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue