HttpRouteConfig interface
Describes the hostname properties for http routing.
Properties
| destination | Describes destination endpoint for routing traffic. |
| match | Describes a rule for http route matching. |
| name | http route name. |
Property Details
destination
Describes destination endpoint for routing traffic.
destination: GatewayDestination
Property Value
match
Describes a rule for http route matching.
match: HttpRouteMatchRule
Property Value
name
http route name.
name: string
Property Value
string