Data structuresHttpCrawlingResultOn this pageHttpCrawlingResult Result of a HTTP-only crawl. Mainly for the purpose of composing specific crawling contexts (e.g. BeautifulSoupCrawlingContext, ParselCrawlingContext, ...).HierarchyHttpCrawlingResultHttpCrawlingContextParselCrawlingContextBeautifulSoupCrawlingContextIndex Propertieshttp_responseProperties http_responsehttp_response: HttpResponseThe HTTP response received from the server.
Result of a HTTP-only crawl.
Mainly for the purpose of composing specific crawling contexts (e.g.
BeautifulSoupCrawlingContext
,ParselCrawlingContext
, ...).