Helper ClassesHttpResponseOn this pageHttpResponse crawlee.http_clients._base.HttpResponseThis protocol defines the interface that any HTTP response object must implement.Index MethodsreadPropertiesheadersstatus_codeMethods read read(): bytesRead the content of the response body.Returns bytesProperties headersheaders: dict[str, str]The HTTP headers received in the response.status_codestatus_code: intThe HTTP status code received from the server.
This protocol defines the interface that any HTTP response object must implement.