Lines Matching refs:response
216 response = self.opener.open(req)
217 response_body = response.read()
245 response = self.opener.open(req)
247 response = e
248 if (response.code != 302 or
249 response.info()["location"] != continue_location):
250 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
251 response.headers, response.fp)
266 authentication cookie, it returns a 401 response and directs us to
310 """Sends an RPC and returns the response.
321 The response body, as a string.
342 response = f.read()
344 return response