header_contains
Description:
Checks whether the list-valued header name
is present in this, and contains a case-insensitive
match for token
.
(If name
is present in this, then this is equivalent to calling [func@header_contains] on its
value.)
Parameters:
this | |
name |
header name |
token |
token to look for |
Returns:
true if the header is present and contains |