A Python app can make an asynchronous request to the URL Fetch service to fetch a URL in the background, while the application code does other things.
This API is provided by the
google.appengine.api.urlfetch
- Making Asynchronous Requests
- The create_rpc() Function
- The make_fetch_call() Function
- The RPC object methods: