Skip to main content

HttpCrawlingResult

Result of a HTTP-only crawl.

Mainly for the purpose of composing specific crawling contexts (e.g. BeautifulSoupCrawlingContext, ParselCrawlingContext, ...).

Hierarchy

Index

Properties

Properties

http_response

http_response: HttpResponse

The HTTP response received from the server.

Page Options