HttpHostConfig
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.