Helper Classes_CurlImpersonateResponseOn this page_CurlImpersonateResponse crawlee.http_clients.curl_impersonate._CurlImpersonateResponseAdapter class for curl_cffi.requests.Response to conform to the HttpResponse protocol.Index Constructors__init__MethodsreadPropertiesheadershttp_versionstatus_codeConstructors __init__ __init__(response): NoneParametersresponse: ResponseReturns NoneMethods read read(): bytesReturns bytesProperties headersheaders: dict[str, str]http_versionhttp_version: strstatus_codestatus_code: int
Adapter class for
curl_cffi.requests.Response
to conform to theHttpResponse
protocol.