pub fn should_redact_header(header_name: &str) -> boolExpand description
Checks if a header name should be redacted.
This is the single source of truth for sensitive header identification. Used by both logging and request building to ensure consistent redaction.