ID EN
HTTP Client

getresponse

Python 3.11

Should be called after a request is sent to get the response from the server. Returns an HTTPResponse instance.

Syntax

PYTHON
HTTPConnection.getresponse()

See Also

HTTPResponse ConnectionError HTTPConnection