Cargo Features
actori-http has no features set by default.
[dependencies]
actori-http = { version = "1.0.1", features = ["openssl", "rustls", "compress", "failure", "secure-cookies"] }
- openssl
-
Enables openssl of actori-connect and actori-tls
- rustls
-
rustls support
Enables rustls of actori-connect and actori-tls
- compress = brotli2, flate2
-
enable compressison support
Affects
actori-http::encoding
… - failure = fail-ure
-
failure integration. actori does not use failure anymore
-
support for secure cookies
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- actori-tls openssl? rustls?
- ring secure-cookies?
-
Enables ring ^0.16.9
for secure cookie
- brotli2 compress?
-
Enables brotli2
compression
- flate2 compress?
- fail-ure failure?
-
Enables failure
optional deps