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

proxy/noproxy support #223

Closed
zkat opened this issue Apr 5, 2023 · 1 comment · Fixed by #283
Closed

proxy/noproxy support #223

zkat opened this issue Apr 5, 2023 · 1 comment · Fixed by #283
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@zkat
Copy link
Member

zkat commented Apr 5, 2023

reqwest supports this out of the box and it seems pretty straightforward to implement. Just need to thread everything through to it.

https://docs.rs/reqwest/latest/reqwest/struct.Proxy.html
https://docs.rs/reqwest/latest/reqwest/struct.NoProxy.html

@zkat zkat added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 5, 2023
@eryue0220
Copy link
Contributor

I'll try to solve this too.

@zkat zkat linked a pull request Jul 8, 2023 that will close this issue
@zkat zkat closed this as completed in #283 Jul 31, 2023
zkat pushed a commit that referenced this issue Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants