-
-
Notifications
You must be signed in to change notification settings - Fork 44
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: add support for HTTP proxies #85
Conversation
@davideicardi Let me know if something is missing, I'm happy to rework as needed. |
LGTM! Thank you @fgreinacher ! |
Thanks @davideicardi! I have just rebased my branch. Ready for another round 🙇 |
Thank you!! |
Thanks for merging @davideicardi, if you could also create a new release that would be awesome 🙇 |
@fgreinacher Just released v0.19.0! |
Thanks a ton ❤️ |
This adds support for HTTP proxies configured in environment variables.
I think it's best to not have an option for this and do the right thing out of the box (like cURL, axios, npm and many others)
Closes #48
⚒️ with ❤️ by Siemens