mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Add openssl filter (#69)
* add ntex-openssl * cleanup io api * add filter shutdown
This commit is contained in:
parent
841ad736d4
commit
dafd339817
19 changed files with 1178 additions and 303 deletions
|
@ -4,6 +4,7 @@ members = [
|
|||
"ntex-bytes",
|
||||
"ntex-codec",
|
||||
"ntex-io",
|
||||
"ntex-openssl",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
"ntex-service",
|
||||
|
@ -16,6 +17,7 @@ ntex = { path = "ntex" }
|
|||
ntex-bytes = { path = "ntex-bytes" }
|
||||
ntex-codec = { path = "ntex-codec" }
|
||||
ntex-io = { path = "ntex-io" }
|
||||
ntex-openssl = { path = "ntex-openssl" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue