ParsedHttpCrawlingContext
Hierarchy
- HttpCrawlingContext
- ParsedHttpCrawlingContext
Index
Methods
from_basic_crawling_context
Convenience constructor that creates
HttpCrawlingContext
from existingBasicCrawlingContext
.Parameters
optionalkeyword-onlycontext: BasicCrawlingContext
optionalkeyword-onlyhttp_response: HttpResponse
Returns Self
from_http_crawling_context
Convenience constructor that creates new context from existing HttpCrawlingContext.
Parameters
optionalkeyword-onlycontext: HttpCrawlingContext
optionalkeyword-onlyparsed_content: TParseResult
optionalkeyword-onlyenqueue_links: EnqueueLinksFunction
Returns Self
Properties
add_requests
enqueue_links
get_key_value_store
http_response
The HTTP response received from the server.
The crawling context used by
AbstractHttpCrawler
.It provides access to key objects as well as utility functions for handling crawling tasks.