pub fn redact_url_secrets(url: &str) -> StringExpand description
Redact secret components of a single URL string, using default options.
Returns url with its userinfo password and any _secret-suffixed query
parameter values replaced by ***. See redact_url_secrets_with_options.