Skip to content

support explicilty calling the next middleware via next #53

@rdmulford

Description

@rdmulford

context

related #30

express provides a nextvariable in middlewares which represents the next middleware function in the middleware stack

see: https://expressjs.com/en/guide/using-middleware.html

this is nice to have because it allows running some code in a middleware after the middleware chain

some useful hints on implementations might be

done

  • support optional next var in middleware functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions