ProxyConfig constructor
const
ProxyConfig({})
Implementation
const ProxyConfig({
required this.targetUrl,
required this.proxyUrl,
this.headers = const {},
this.timeout = const Duration(seconds: 30),
this.retries = 2,
this.cacheEnabled = false,
this.cacheDir,
this.cacheTtl = const Duration(minutes: 10),
});