pub fn is_header_value(s: &str, strict: bool) -> boolExpand description
Well-known regex — HTTP header value. strict=true delegates to
http::HeaderValue::from_bytes (visible ASCII + tab); strict=false
is looser (no CR/LF/NUL).
pub fn is_header_value(s: &str, strict: bool) -> boolWell-known regex — HTTP header value. strict=true delegates to
http::HeaderValue::from_bytes (visible ASCII + tab); strict=false
is looser (no CR/LF/NUL).