Next: ((this, error?) => void)

Type declaration

    • (this, error?): void
    • A signature of the function the middleware may call to delegate request processing or report error with.

      Parameters

      • this: void
      • Optional error: unknown

        Either an error to report, or nothing to delegate request processing to next handler.

      Returns void

Generated using TypeDoc