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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for JavaScript