Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExpressEngine

Hierarchy

  • ExpressEngine

Implements

Index

Constructors

constructor

Properties

app

app: express.Application

Accessors

providers

  • get providers(): any[]

Methods

addAnyRoute

  • addAnyRoute(handler: (event: WebEvent) => void): void

addConnectMiddleware

  • addConnectMiddleware(path: string, middleware: any): void

addRoute

  • addRoute(method: string, path: string, handler: (event: WebEvent) => void, middleware?: any): void

listen

sendJsonBody

  • sendJsonBody(routeEvent: WebEvent, body: any): void

Generated using TypeDoc