Match any header
$header
$value
$match_case
Match an incoming HTTP header.
header
the header name (case-insensitive)
value
the header value that should be compared
match_case
whether the value should be compared case sensitively
Returns TRUE if header value matches, else FALSE.
TRUE
FALSE