Function
Soupheader_contains_case_sensitive
unstable since: 3.8
Declaration [src]
gboolean
soup_header_contains_case_sensitive (
const char* header,
const char* token
)
Description [src]
Parses header to see if it contains the token token (matched case-sensitively).
Note that this can’t be used with lists that have qvalues.
Available since: 3.8
Parameters
header-
Type:
const char*An HTTP header suitable for parsing with
soup_header_parse_list()The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. token-
Type:
const char*A token.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.