-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ALL_PROXY
environment variable
#1414
Comments
If you need something that supports this today: https://docs.rs/mz-http-proxy/latest/mz_http_proxy/ |
Thanks, but I realized this is something more application-specific. Most programs supporting it are using (lib)curl under the hood, and curl has it because it supports tons of protocol, while others are only dealing |
I’m not sure I follow. You can use It’s not just cURL that supports ALL_PROXY; there’s pretty good support for it across networking stacks in a lot of languages, e.g.: https://pkg.go.dev/golang.org/x/net/proxy#FromEnvironment |
This issue should be closed since it was resolved by #1856 |
Quoting Everything curl:
I (and possibly most people) set
HTTP_PROXY
andHTTPS_PROXY
to be the same anyway, so supportingALL_PROXY
in addition to them seems reasonable.The text was updated successfully, but these errors were encountered: