HttpConfig constructor
HttpConfig(})
Implementation
HttpConfig(
this.baseUrl,
this.throwHandler, {
this.headers,
this.cookiesPath,
this.cachePath,
this.showLog = true,
this.connectTimeout = 5000,
this.receiveTimeout = 5000,
this.sendTimeout = 5000,
}) {
HttpPlatform.get.throwHandler = throwHandler;
}