Function script::dom::headers::is_forbidden_request_header
source ยท pub fn is_forbidden_request_header(name: &str, value: &[u8]) -> bool
Expand description
This function will internally convert name
to lowercase for matching, so explicitly converting
before calling is not necessary