Searched defs:HTTPResponse (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
H A Dconnection.py387 class HTTPResponse(http_client.HTTPResponse): class in inherits:http_client.HTTPResponse
390 http_client.HTTPResponse.__init__(self, *args, **kwargs)
397 http_client.HTTPResponse.read. Instead, if this method is called with
410 self._cached_response = http_client.HTTPResponse.read(self)
413 return http_client.HTTPResponse.read(self, amt)
777 connection.response_class = HTTPResponse
807 resp = http_client.HTTPResponse(sock, strict=True, debuglevel=self.debug)

Completed in 121 milliseconds