LoggableHttpClientConfig constructor
const
LoggableHttpClientConfig({})
Implementation
const LoggableHttpClientConfig({
this.logInputBody = true,
this.logOutputBody = false,
this.hideAuthorization = true,
this.cutLongBody = true,
this.logInputHeaders = true,
this.logOutputHeaders = true,
});