Skip to content

Instantly share code, notes, and snippets.

@getaclue00
Created November 15, 2018 15:04
Show Gist options
  • Save getaclue00/b6ef01222cf28a6cab549648b168107b to your computer and use it in GitHub Desktop.
Save getaclue00/b6ef01222cf28a6cab549648b168107b to your computer and use it in GitHub Desktop.
app.use(function(req, res,next){
res.on('finish', function(){
console.log('the response has been sent');
});
next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment