Redaction configuration
Redact sensitive header values, replacing them with "***".
Redact sensitive query parameters from a URL.
Redact and optionally truncate a request or response body.
An object containing body (the redacted/truncated body string, or null)
and size (the original byte size, or null).
The redacted/truncated body string, or null.
The original byte size, or null.
Redacts sensitive data from headers, URLs, and request/response bodies before they are written to log output.