On this page
StringMatch
StringMatch API reference.
Proto: string_match.proto
Package: common.gloo.solo.io
StringMatch
Describes how to match a given string in HTTP headers. Match is case-sensitive.
Field | Description |
---|---|
exact | (string )Exact string match. |
prefix | (string )Prefix-based match. |
regex | (string )Re2 style regex-based match. |
suffix | (string )Warning! Suffix-based matching is not currently supported in Gloo Platform. |
ignoreCase | (bool )If true, indicates the exact/prefix/suffix matching should be case insensitive. This has no effect for the regex match. |