Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebServerEngine

Hierarchy

  • WebServerEngine

Implemented by

Index

Properties

Readonly app

app: any

Readonly providers

providers: Provider[]

Methods

Abstract addAnyRoute

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

Abstract addConnectMiddleware

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

Abstract addRoute

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

Abstract listen

Abstract sendJsonBody

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

Generated using TypeDoc