Options
All
  • Public
  • Public/Protected
  • All
Menu

@bhtbot/bhtbotservice

Index

Variables

Const cookieMiddleware

cookieMiddleware: NextHandleFunction = cookieParser()

Const fileUploadMiddleware

fileUploadMiddleware: NextHandleFunction = fileUpload()

Const jsonMiddleware

jsonMiddleware: NextHandleFunction = express.json()

Const urlEncodeMiddleware

urlEncodeMiddleware: NextHandleFunction = express.urlencoded({extended: true,})

Functions

defaultErrorHandler

  • defaultErrorHandler(err: any, _req: any, res: any, _next: any): void

Generated using TypeDoc