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