HttpAgentOptions constructor

const HttpAgentOptions({
  1. HttpAgent? source,
  2. void fetch()?,
  3. String? host,
  4. Identity? identity,
  5. Credentials? credentials,
})

Implementation

const HttpAgentOptions({
  this.source,
  this.fetch,
  this.host,
  this.identity,
  this.credentials,
});