Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created September 4, 2011 19:54
Show Gist options
  • Save monokrome/1193405 to your computer and use it in GitHub Desktop.
Save monokrome/1193405 to your computer and use it in GitHub Desktop.
Connect Middleware
function five_middleware (req, res, next) {
req.five = 5;
next();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment