Helper Classes_HttpxResponseOn this page_HttpxResponse crawlee.http_clients._httpx._HttpxResponseAdapter class for httpx.Response to conform to the HttpResponse protocol.Index Constructors__init__MethodsreadPropertiesheadershttp_versionstatus_codeConstructors __init__ __init__(response): NoneParametersresponse: httpx.ResponseReturns NoneMethods read read(): bytesReturns bytesProperties headersheaders: dict[str, str]http_versionhttp_version: strstatus_codestatus_code: int
Adapter class for
httpx.Response
to conform to theHttpResponse
protocol.