HttpRouteMatchPath interface
Path to match for routing.
Properties
rewrite | replacement string for matched part of the Uri. |
type | how to match value in the Uri |
value | Uri path to match for request. |
Property Details
rewrite
replacement string for matched part of the Uri.
rewrite?: string
Property Value
string
type
how to match value in the Uri
type: string
Property Value
string
value
Uri path to match for 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