Options
All
  • Public
  • Public/Protected
  • All
Menu

Router options

Hierarchy

  • IRouterOptions

Index

Properties

Optional authConnection

authConnection: boolean

Security layer which respond with the endpoints according with the permissions

default

false

Optional connectionMode

connectionMode: boolean

create a root endpoint which return all the rest endpoint with its methods

default

true

Optional connectionPath

connectionPath: string

Path which will return all the routers

default

"/"

Optional cors

cors: Cors

It allow Cross-origin

see

cors

endpoints

endpoints: any[]

All the endpoints for this router

road

road: Road

Object to build the router

see

roads

Optional verbose

verbose: boolean

Show all the routers and request in server console

default

false

Generated using TypeDoc