Helper ClassesHttpCrawlingResultOn this pageHttpCrawlingResult crawlee.http_clients._base.HttpCrawlingResultResult of a HTTP-only crawl. Mainly for the purpose of composing specific crawling contexts (e.g. BeautifulSoupCrawlingContext, ParselCrawlingContext, ...). Args: http_response: The HTTP response received from the server.Index Propertieshttp_responseProperties http_responsehttp_response: HttpResponse
Result of a HTTP-only crawl.
Mainly for the purpose of composing specific crawling contexts (e.g.
BeautifulSoupCrawlingContext
,ParselCrawlingContext
, ...).Args: http_response: The HTTP response received from the server.