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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 9 from google.appengine.api import urlfetch namespace
11 from google.appengine.api.urlfetch import DownloadError
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 14 from google.appengine.api import urlfetch namespace
75 result = urlfetch.fetch(url + self.request.query_string)
77 logging.error("urlfetch failed: " + url)
78 # TODO(nickbaum): what should we do when the urlfetch fails?
80 logging.error("urlfetch failed: " + url)
81 # TODO(nickbaum): what should we do when the urlfetch fails?
165 result = urlfetch.fetch(url="https://tools.google.com/service/update2",
167 method=urlfetch.POST,
171 logging.error("urlfetch failed.")
172 # TODO(nickbaum): what should we do when the urlfetch fails
    [all...]

Completed in 50 milliseconds