diff --git a/ehttp/Cargo.toml b/ehttp/Cargo.toml index 38caf46..df48f59 100644 --- a/ehttp/Cargo.toml +++ b/ehttp/Cargo.toml @@ -34,6 +34,9 @@ native-async = ["async-channel"] ## Support streaming fetch streaming = ["dep:wasm-streams", "dep:futures-util"] +## Support proxy configuration from environment variables on native +proxy-from-env = ["ureq/proxy-from-env"] + [dependencies] document-features = "0.2"