HttpNextFn: InvokableFn<[], Promisable<IHttpRes>>

The next function in the middleware chain. Calling it passes control to the next middleware or the final handler.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"