Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpHostConfig

Package version

interface

An interface representing HttpHostConfig. Describes the hostname properties for http routing.

Hierarchy

  • HttpHostConfig

Index

Properties

Properties

name

name: string
member

{string} name http hostname config name.

routes

routes: HttpRouteConfig[]
member

{HttpRouteConfig[]} 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 hamdle general cases.

Generated using TypeDoc