koa2-response-time
Add response time in response header. It's for koa2 middleware written in ES7 asnyc/await and compatible with ES5 syntax.
Installation
$ npm install koa2-response-time
Usage & Example
Import default module style:
;; // import default style const app = ;app
Import the module style:
;; // import default style const app = ;app