HttpResponse
Index
Methods
Properties
Methods
read
Read the content of the response body.
Returns bytes
Properties
headers
The HTTP headers received in the response.
http_version
The HTTP version used in the response.
status_code
The HTTP status code received from the server.
This protocol defines the interface that any HTTP response object must implement.