HttpRouteMatchHeader interface
Describes header information for http route matching.
Properties
| name | Name of header to match in request. |
| type | how to match header value |
| value | Value of header to match in request. |
Property Details
name
Name of header to match in request.
name: string
Property Value
string
type
how to match header value
type?: string
Property Value
string
value
Value of header to match in request.
value?: string
Property Value
string