Searched refs:HTTPResponse (Results 1 – 12 of 12) sorted by relevance
288 resp = client.HTTPResponse(sock)308 resp = client.HTTPResponse(sock)362 resp = client.HTTPResponse(sock, debuglevel=1)532 resp = client.HTTPResponse(sock)545 resp = client.HTTPResponse(sock)557 resp = client.HTTPResponse(sock)572 resp = client.HTTPResponse(sock)587 resp = client.HTTPResponse(sock)606 resp = client.HTTPResponse(sock)618 resp = client.HTTPResponse(sock)[all …]
119 .. class:: HTTPResponse(sock, debuglevel=0, method=None, url=None)138 (the same as :attr:`HTTPResponse.msg`317 Returns an :class:`HTTPResponse` instance.335 is passed to any new :class:`HTTPResponse` objects that are created.447 HTTPResponse Objects450 An :class:`HTTPResponse` instance wraps the HTTP response from the460 .. method:: HTTPResponse.read([amt])464 .. method:: HTTPResponse.readinto(b)471 .. method:: HTTPResponse.getheader(name, default=None)478 .. method:: HTTPResponse.getheaders()[all …]
62 :class:`http.client.HTTPResponse` object slightly modified. In addition64 same information as the :attr:`~http.client.HTTPResponse.reason`67 :class:`~http.client.HTTPResponse`.
239 class HTTPResponse(io.BufferedIOBase): class794 response_class = HTTPResponse
966 Account for remaining Content-Length in HTTPResponse.readline() and read1().967 Based on patch by Silent Ghost. Also document that HTTPResponse now supports
486 Optimized ``http.client.HTTPResponse.read()`` for large response. Patch by
1561 Account for remaining Content-Length in HTTPResponse.readline() and read1().1562 Based on patch by Silent Ghost. Also document that HTTPResponse now supports
1844 Improve performance of HTTPResponse.read with a given amount. Patch by Bruce
3706 and status properties, respectively, for HTTPResponse and addinfourl. Also
1423 :class:`http.client.HTTPResponse` now has a1424 :meth:`~http.client.HTTPResponse.readinto` method, which means it can be used
1307 * The default :class:`~httplib.HTTPResponse` class used by the :mod:`httplib` module now
2957 - Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.5364 - Issue #16723: httplib.HTTPResponse no longer marked closed when the connection5398 - Issue #15633: httplib.HTTPResponse is now mark closed when the server5572 - Issue #16298: In HTTPResponse.read(), close the socket when there is no8971 - Issue #13464: Add a readinto() method to http.client.HTTPResponse. Patch14058 concatenating strings in http.client's HTTPResponse._read_chunked providing a19966 - HTTPResponse has now a getheaders method.