HttpHostConfig interface
Describes the hostname properties for http routing.
Properties
| name | http hostname config name. |
| routes | 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. |
Property Details
name
http hostname config name.
name: string
Property Value
string
routes
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.
routes: HttpRouteConfig[]