Home | History | Annotate | Download | only in server

Lines Matching refs:urlfetch

14 from google.appengine.api import urlfetch
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?