@midwayjs/expressClassesMidwayExpressMiddlewareServiceVersion: 3.0.0On this pageMidwayExpressMiddlewareService Index ConstructorsconstructorPropertiesapplicationContextMethodscomposeConstructors constructornew MidwayExpressMiddlewareService(applicationContext: IMidwayContainer): MidwayExpressMiddlewareServiceProperties readonlyapplicationContextapplicationContext: IMidwayContainerMethods composecompose(middleware: (string | CommonMiddleware<Context, Response<any, Record<string, any>>, NextFunction>)[], app: IMidwayExpressApplication, name?: string): Promise<{ _name: string }>