Skip to main content

redact_headers

Function redact_headers 

Source
pub fn redact_headers(
    headers: &BTreeMap<String, String>,
) -> BTreeMap<String, String>
Expand description

Replaces sensitive header values with REDACTED, passing others through.