LoggableHttpClientConfig constructor

const LoggableHttpClientConfig({
  1. bool logInputBody = true,
  2. bool logOutputBody = false,
  3. bool hideAuthorization = true,
  4. bool cutLongBody = true,
  5. bool logInputHeaders = true,
  6. bool logOutputHeaders = true,
})

Implementation

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