HttpConfig constructor
HttpConfig({})
Implementation
HttpConfig({
this.baseUrl,
this.proxy,
this.cookiesPath,
this.interceptors,
this.connectTimeout = 10000,
this.sendTimeout = 10000,
this.receiveTimeout = 10000,
});