Skip to main content

_BasicCrawlerOptionsGeneric

Generic options the BasicCrawler constructor.

Hierarchy

Index

Properties

request_handler

request_handler: NotRequired[Callable[[TCrawlingContext], Awaitable[None]]]

A callable responsible for handling requests.

statistics

statistics: NotRequired[Statistics[TStatisticsState]]

A custom Statistics instance, allowing the use of non-default configuration.

Page Options