Skip to main content

HttpCrawlingResult

crawlee.http_clients._base.HttpCrawlingResult

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.

Index

Properties

Properties

http_response

http_response: HttpResponse