HttpAgentOptions constructor
const
HttpAgentOptions({
- HttpAgent? source,
- void fetch()?,
- String? host,
- Identity? identity,
- Credentials? credentials,
Implementation
const HttpAgentOptions({
this.source,
this.fetch,
this.host,
this.identity,
this.credentials,
});