caseSensitive property
final
Whether matching is case-sensitive.
Per RFC 5234 ยง2.3, string literals in ABNF are case-insensitive
by default. Set to true to opt into case-sensitive matching
(equivalent to the %s prefix in RFC 7405).
Implementation
final bool caseSensitive;