0.1.0 • Published 10 years ago

wrapping-middleware v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

##Description Skeleton middleware for creation of middleware which perform some processing at the start and end of a request. Behaviour is customised by providing start and end functions which are executed at the respective points. Removes a small piece of friction when making middlewares such as active request counters which might increment a counter in start, and decrement it in end.