Skip to content

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

StringMatch

Page as Markdown

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.

FieldDescription
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.