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