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

Add proxy support for http and https #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Thread974
Copy link

If http_proxy or https_proxy environment variable is defined,
feed its content to python's http_client library.
In a shell script, it is possible to assign the proxy :
$ export http_proxy="http://192.168.0.17:3128".
$ export https_proxy="http://192.168.0.17:3128".

Signed-off-by: Frédéric Dalleau [email protected]

If http_proxy or https_proxy environment variable is defined,
feed its content to python's http_client library.
In a shell script, it is possible to assign the proxy :
$ export http_proxy="http://192.168.0.17:3128".
$ export https_proxy="http://192.168.0.17:3128".

Signed-off-by: Frédéric Dalleau <[email protected]>
@jdm-twtr
Copy link
Contributor

Any chance we can get this PR merged?

@jdm-twtr
Copy link
Contributor

Any possibility to get this merged?

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.

2 participants