ScraperConfig constructor
const
ScraperConfig({})
Implementation
const ScraperConfig({
this.timeout = const Duration(seconds: 30),
this.maxContentSize = 10 * 1024 * 1024, // 10MB
this.headers = const {},
this.userAgent = 'flutter_scrapper/0.1.0',
this.followRedirects = true,
this.maxRedirects = 5,
this.verifySSL = true,
this.retryConfig = const RetryConfig(),
});