Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the hostname properties for http routing.
Properties
Name | Type | Required |
---|---|---|
name |
string | Yes |
routes |
array of HttpRouteConfig | Yes |
name
Type: string
Required: Yes
http hostname config name.
routes
Type: array of HttpRouteConfig
Required: Yes
Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.