Skip to content
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

feat: support all proxy env vars including NO_PROXY #1015

Merged
merged 1 commit into from
Nov 27, 2024
Merged

feat: support all proxy env vars including NO_PROXY #1015

merged 1 commit into from
Nov 27, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Nov 27, 2024

Reqwest-rs handles proxy environments by default, so we don't manually handle them.
https://github.com/seanmonstar/reqwest/blob/e2d4b14c695acaebe531af7ce4712e182278f38a/src/async_impl/client.rs#L296-L298

close #1013

@sigoden sigoden merged commit 59df81b into main Nov 27, 2024
3 checks passed
@sigoden sigoden deleted the feat branch November 27, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy for localhost is impossible to turn off
1 participant