HttpHeaderMatch
class HttpHeaderMatch extends Model (View source)
Properties
string | $exactMatch | ||
string | $headerName | ||
bool | $invertMatch | ||
string | $prefixMatch | ||
bool | $presentMatch | ||
protected | $rangeMatchType | ||
protected | $rangeMatchDataType | ||
string | $regexMatch | ||
string | $suffixMatch |
Methods
setExactMatch($exactMatch)
No description
string
getExactMatch()
No description
setHeaderName($headerName)
No description
string
getHeaderName()
No description
setInvertMatch($invertMatch)
No description
bool
getInvertMatch()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setPresentMatch($presentMatch)
No description
bool
getPresentMatch()
No description
getRangeMatch()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description
setSuffixMatch($suffixMatch)
No description
string
getSuffixMatch()
No description
Details
setExactMatch($exactMatch)
No description
string
getExactMatch()
No description
setHeaderName($headerName)
No description
string
getHeaderName()
No description
setInvertMatch($invertMatch)
No description
bool
getInvertMatch()
No description
setPrefixMatch($prefixMatch)
No description
string
getPrefixMatch()
No description
setPresentMatch($presentMatch)
No description
bool
getPresentMatch()
No description
setRangeMatch(Int64RangeMatch $rangeMatch)
No description
Int64RangeMatch
getRangeMatch()
No description
setRegexMatch($regexMatch)
No description
string
getRegexMatch()
No description
setSuffixMatch($suffixMatch)
No description
string
getSuffixMatch()
No description