Automatically set an `X-Response-Time` header for all requests in Rill.
npm install @rill/response-time
const rill = require('rill')
const app = rill()
const responseTime = require('@rill/response-time')
// Best to use before all other middleware.
app.use(responseTime())
- Use
npm test
to run tests.
Please feel free to create a PR!