Cargo Features
[dependencies]
salvo-proxy = { version = "0.74.1", default-features = false, features = ["full", "ring", "hyper-client", "reqwest-client"] }
- default = hyper-client, ring
-
These default features are set whenever
salvo-proxy
is added without
somewhere in the dependency tree.default-features = false - full = hyper-client, reqwest-client, ring
- ring default full?
-
Enables hyper-rustls
- hyper-client default full?
-
Enables hyper-rustls and hyper-util
- reqwest-client full?
-
Enables reqwest
salvo-proxy has 5 features without comments.