HttpClientOptions constructor
HttpClientOptions({})
Creates HTTP client options
Implementation
HttpClientOptions({
this.cookies,
this.headers,
this.body,
this.preserveHeaderCase,
this.sendTimeout,
this.receiveTimeout,
this.contentType,
this.validateStatus,
this.followRedirects,
this.maxRedirects,
this.responseType,
});