slowlog http -handler An http handler to allow logging of slow requests Usage // index.js const slowlog = require('slowlog') insertframeworkhere.use(slowlog(1000, (req, res) => { console.log('slow request', req.url, res._headers) })) license Apache License, Version 2.0