RequestLoader
Hierarchy
- RequestLoader
Index
Methods
Methods
to_tandem
- Combine the loader with a request manager to support adding and reclaiming requests. - Parameters- optionalrequest_manager: RequestManager | None = None- Request manager to combine the loader with. If None is given, the default request queue is used. 
 - Returns RequestManagerTandem
An abstract class defining the interface for classes that provide access to a read-only stream of requests.
Request loaders are used to manage and provide access to a storage of crawling requests.
Key responsibilities: