ShakeHttpClient constructor

ShakeHttpClient(
  1. Client _inner, {
  2. bool captureRequestBody = true,
  3. bool captureResponseBody = true,
  4. bool captureHeaders = true,
  5. RedactionConfig? redaction,
})

Implementation

ShakeHttpClient(
  this._inner, {
  this.captureRequestBody = true,
  this.captureResponseBody = true,
  this.captureHeaders = true,
  RedactionConfig? redaction,
}) : _explicitRedaction = redaction;