ScrapingStrategy constructor
ScrapingStrategy({})
Creates a new ScrapingStrategy
Implementation
ScrapingStrategy({
required this.retries,
required this.timeout,
required this.headers,
required this.initialBackoff,
required this.backoffMultiplier,
required this.maxBackoff,
required this.useRandomUserAgent,
required this.rotateProxiesOnRetry,
required this.validateProxies,
});