HomeSort by relevance Sort by last modified time
    Searched refs:urlfetch (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
api_utils.py 35 from google.appengine.api import urlfetch namespace
45 from google.appengine.api import urlfetch namespace
55 _RETRIABLE_EXCEPTIONS = (urlfetch.DownloadError,
109 """Given a urlfetch response, decide whether to retry that request."""
221 can't call urlfetch, urlfetch timed out, or urlfetch got a 408 or
233 urlfetch_timeout: timeout for urlfetch in seconds. Could be None,
234 in which case the value will be chosen by urlfetch module.
rest_api.py 225 """Make an async urlfetch() call.
227 This is an async wrapper around urlfetch(). It adds an authentication
251 resp = yield ctx.urlfetch(
storage_api.py 35 from google.appengine.api import urlfetch namespace
38 from google.appengine.api import urlfetch namespace
52 A storage_api instance to handle urlfetch work to GCS.
80 **kwd: Options for urlfetch. e.g.
118 This method translates urlfetch exceptions to more service specific ones.
129 except urlfetch.DownloadError, e:
195 max_request_size: Max bytes to request in one urlfetch.
392 A large request is broken into segments to avoid hitting urlfetch
393 response size limit. Each segment is returned from a separate urlfetch.
425 for a single urlfetch request. May go over the logical range of th
    [all...]

Completed in 352 milliseconds