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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript