koa-xtime

1.0.0 • Public • Published

koa-xtime

Middleware of KOA v2, add X-Response-Time on header

install

npm install koa-xtime

sample

const xtime = require('koa-xtime');
const Koa = require('koa');
const app = new Koa();

app.use(xtime());

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    14
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    14

Package Sidebar

Install

npm i koa-xtime

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • shenyu1997