Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support explicilty calling the next middleware via next #53

Open
1 task
rdmulford opened this issue Jan 5, 2024 · 0 comments
Open
1 task

support explicilty calling the next middleware via next #53

rdmulford opened this issue Jan 5, 2024 · 0 comments

Comments

@rdmulford
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant