Cargo Features
[dependencies]
rust-httpstat = { version = "0.1.5", default-features = false, features = ["ssl", "http2", "static-ssl", "static-curl"] }
- default = http2, ssl
-
These default features are set whenever
rust-httpstat
is added without
somewhere in the dependency tree.default-features = false - ssl default
-
curl:
OpenSSL/system TLS backend
- http2 default
- static-ssl
-
Enables static-ssl of curl
- static-curl
-
Enables static-curl of curl
rust-httpstat has 5 features without comments.