Searched refs:HTTPResponse (Results 1 – 7 of 7) sorted by relevance
238 resp = httplib.HTTPResponse(sock)256 resp = httplib.HTTPResponse(FakeSocket(resp))269 resp = httplib.HTTPResponse(FakeSocket(resp))275 resp = httplib.HTTPResponse(FakeSocket(resp))290 resp = httplib.HTTPResponse(FakeSocket(resp))297 resp = httplib.HTTPResponse(FakeSocket(resp))316 resp = httplib.HTTPResponse(FakeSocket(resp))328 resp = httplib.HTTPResponse(FakeSocket(resp))346 resp = httplib.HTTPResponse(sock)394 resp = httplib.HTTPResponse(sock)[all …]
85 self.assertIs(httpresponse.__class__, httplib.HTTPResponse)
108 .. class:: HTTPResponse(sock, debuglevel=0, strict=0)459 Returns an :class:`HTTPResponse` instance.539 HTTPResponse Objects542 :class:`HTTPResponse` instances have the following methods and attributes:545 .. method:: HTTPResponse.read([amt])550 .. method:: HTTPResponse.getheader(name[, default])556 .. method:: HTTPResponse.getheaders()562 .. method:: HTTPResponse.fileno()566 .. attribute:: HTTPResponse.msg571 .. attribute:: HTTPResponse.version[all …]
354 class HTTPResponse: class715 response_class = HTTPResponse
2276 - Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.3430 - Issue #15633: httplib.HTTPResponse is now mark closed when the server3516 - Issue #16298: In HTTPResponse.read(), close the socket when there is no7935 concatenating strings in httplib's HTTPResponse._read_chunked providing a
2582 - HTTPResponse has now a getheaders method.
1292 * The default :class:`~httplib.HTTPResponse` class used by the :mod:`httplib` module now