Cargo Features
[dependencies]
trusted-proxies = { version = "0.3.0", default-features = false, features = ["http"] }
- default = http
-
The
http
feature is set by default whenevertrusted-proxies
is added without
somewhere in the dependency tree.default-features = false - http default
-
Enables http
trusted-proxies has 2 features without comments.