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

Read proxy url from environment #148

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nschenkels
Copy link

These changes check if HTTPS_PROXY or HTTP_PROXY are set in the environment (in this order).

If so, the RESTClientObject class creates its pool_manager using urllib3.ProxyManager() instead of urllib3.PoolManager() and passes the proxy url taken from the environment variable.

@jglassenberg
Copy link

We're going to need some time to evaluate this code change. I can't provide an ETA, but it is on our list to review as we continue to update our SDKs.

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.

3 participants