Searched refs:NextFunction (Results 1 – 4 of 4) sorted by relevance
6 type NextFunction = (err?: any) => void; alias7 …Handler = (req: http.IncomingMessage, res: http.ServerResponse, next: NextFunction) => Promise<voi…
5 …Handler = (req: express.Request, res: express.Response, next: express.NextFunction) => Promise<voi…
12 type NextFunction = (err?: any) => void; alias17 next: NextFunction29 return async (req: http.IncomingMessage, res: http.ServerResponse, next: NextFunction) => {
16 next: express.NextFunction28 return async (req: express.Request, res: express.Response, next: express.NextFunction) => {