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());

Readme

Keywords

Package Sidebar

Install

npm i koa-xtime

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • shenyu1997