As discussed in #298, HTTP and SOCKS proxy configuration is not currently detected automatically based on environment variables. I feel this goes against the crate's stated goals somewhat, since the README says
Ureq's first priority is being easy for you to use.
and most other Rust clients that support SOCKS also automatically pick up its configuration from an environment variable.
As discussed in #298, HTTP and SOCKS proxy configuration is not currently detected automatically based on environment variables. I feel this goes against the crate's stated goals somewhat, since the README says
and most other Rust clients that support SOCKS also automatically pick up its configuration from an environment variable.