ProxyFetchOptions constructor

const ProxyFetchOptions({
  1. TLSConfig? tlsConfig,
  2. String? proxyUrl,
  3. String? unixSocket,
  4. bool keepAlive = true,
})

Implementation

const ProxyFetchOptions({
  this.tlsConfig,
  this.proxyUrl,
  this.unixSocket,
  this.keepAlive = true,
});