Property Manager Name: Content Type
Matches the HTTP response header’s Content-Type
Options
- matchOperator (enum string): Matches any Content-Type among specified values when set to IS_ONE_OF, otherwise IS_NOT_ONE_OF reverses the match.
- values (array of string values): Content-Type response header value, for example text/html.
- matchWildcard (boolean): When enabled, allows * and ? wildcard matches among the values, so that specifying text/* matches both text/html and text/css.
- matchCaseSensitive (boolean): When enabled, the match is case-sensitive for all values.