Share via


HeaderMatch interface

Conditions required to match a header

Properties

exactMatch

Exact value of the header

header

Name of the header

prefixMatch

Prefix value of the header

regexMatch

Regex value of the header

suffixMatch

Suffix value of the header

Property Details

exactMatch

Exact value of the header

exactMatch?: string

Property Value

string

header

Name of the header

header?: string

Property Value

string

prefixMatch

Prefix value of the header

prefixMatch?: string

Property Value

string

regexMatch

Regex value of the header

regexMatch?: string

Property Value

string

suffixMatch

Suffix value of the header

suffixMatch?: string

Property Value

string