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

Compatibility with GAE via urllib3.contrib package #583

Merged
merged 2 commits into from
Apr 29, 2017

Conversation

whipermr5
Copy link
Contributor

@whipermr5 whipermr5 commented Apr 27, 2017

Fixes #334

Checks whether app is running inside Google App Engine; uses urllib3.contrib.appengine.AppEngineManager instead of urllib3.PoolManager if it is (more info about the urllib3.contrib package here). This makes use of App Engine's URLFetch service instead of the sockets API, which is not available in non-billable apps.

@tsnoam
Copy link
Member

tsnoam commented Apr 29, 2017

@whipermr5 Thank you for your contribution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with GAE
2 participants