Skip to main content
Version: 1.3

HandleRequestInputs

Properties

request

Type: Request

The original {Request} object. A reference to the underlying AutoscaledPool class that manages the concurrency of the crawler. Note that this property is only initialized after calling the BasicCrawler.run() function. You can use it to change the concurrency settings on the fly, to pause the crawler by calling AutoscaledPool.pause() or to abort it by calling AutoscaledPool.abort().


session

Type: Session


crawler

Type: BasicCrawler