UNPKG

toxy

Version:

Hackable HTTP proxy to simulate server failure scenarios and network conditions

7 lines (6 loc) 112 B
module.exports = function (admin) { return function (req, res, next) { req.admin = admin next() } }