MatchVariable interface
Define match variables.
Properties
| selector | The selector of match variable. |
| variable |
Match Variable. |
Property Details
selector
The selector of match variable.
selector?: string
Property Value
string
variableName
Match Variable.
variableName: "RemoteAddr" | "RequestMethod" | "QueryString" | "PostArgs" | "RequestUri" | "RequestHeaders" | "RequestBody" | "RequestCookies"
Property Value
"RemoteAddr" | "RequestMethod" | "QueryString" | "PostArgs" | "RequestUri" | "RequestHeaders" | "RequestBody" | "RequestCookies"