HttpCrawlingContext
Hierarchy
- HttpCrawlingResult
- BasicCrawlingContext
- HttpCrawlingContext
Index
Methods
from_basic_crawling_context
Convenience constructor that creates
HttpCrawlingContext
from existingBasicCrawlingContext
.Parameters
optionalkeyword-onlycontext: BasicCrawlingContext
optionalkeyword-onlyhttp_response: HttpResponse
Returns Self
Properties
add_requests
get_key_value_store
http_response
The HTTP response received from the server.
The crawling context used by the
AbstractHttpCrawler
.