KHttpConfig constructor
KHttpConfig(})
Implementation
KHttpConfig(
this.baseUrl,
this.throwHandler, {
this.headers,
this.cookiesPath,
this.cachePath,
this.showLog = true,
this.connectTimeout,
this.receiveTimeout,
this.sendTimeout,
this.successCode = 1,
}) {
KHttpPlatform.get.throwHandler = throwHandler;
}