Asynchronous Requests 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 package. Making Asynchronous Requests The create_rpc() Function The make_fetch_call() Function The RPC object methods: wait check_success get_result Making Asynchronous