pub fn header_eq(
headers: &HeaderMap,
name: impl AsHeaderName,
value: &str,
) -> boolExpand description
Checks the equality of value of name in headers and value.
Value does not need to be all lowercase; the equality operation ignores the cases.