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[]
Property Value
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript