mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
refactor http-test server
This commit is contained in:
parent
db1d6b7963
commit
4937c9f9c2
17 changed files with 252 additions and 296 deletions
|
@ -43,7 +43,7 @@ members = [
|
|||
]
|
||||
|
||||
[features]
|
||||
default = ["compress", "fail"]
|
||||
default = ["compress", "failure"]
|
||||
|
||||
# content-encoding support
|
||||
compress = ["actix-http/compress", "awc/compress"]
|
||||
|
@ -51,7 +51,7 @@ compress = ["actix-http/compress", "awc/compress"]
|
|||
# sessions feature, session require "ring" crate and c compiler
|
||||
secure-cookies = ["actix-http/secure-cookies"]
|
||||
|
||||
fail = ["actix-http/fail"]
|
||||
failure = ["actix-http/failure"]
|
||||
|
||||
# openssl
|
||||
openssl = ["actix-tls/openssl", "awc/openssl", "open-ssl"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue