Skip to main content
added 558 characters in body
Source Link
Piotr Dobrogost
  • 42.7k
  • 47
  • 243
  • 379

Not yet but hopefully very soon. Support for GAE is being worked on - see issue #498 (App Engine Fixes).

Requests uses urllib3 which in turn uses httplib which is supported on GAE as a wrapper for urlfetch API. Although urllib3 uses some modules not available on GAE this usage is deliberately made optional so that urllib3 can be used on GAE.

Support for GAE is being worked on - see issue #498 (App Engine Fixes).

Not yet but hopefully very soon. Support for GAE is being worked on - see issue #498 (App Engine Fixes).

Requests uses urllib3 which in turn uses httplib which is supported on GAE as a wrapper for urlfetch API. Although urllib3 uses some modules not available on GAE this usage is deliberately made optional so that urllib3 can be used on GAE.

Source Link
Piotr Dobrogost
  • 42.7k
  • 47
  • 243
  • 379

Support for GAE is being worked on - see issue #498 (App Engine Fixes).