HttpCrawlingResult | API | Crawlee for Python · Fast, reliable Python web crawlers.
Result of an HTTP-only crawl.
Mainly for the purpose of composing specific crawling contexts (e.g. BeautifulSoupCrawlingContext,
ParselCrawlingContext, ...).
Hierarchy
- HttpCrawlingResult
Index
Properties
Properties
http_response
http_response: HttpResponse
The HTTP response received from the server.