UNPKG

rocky

Version:

Full-featured, middleware-oriented, hackable HTTP and WebSocket proxy

7 lines (6 loc) 117 B
module.exports = function (host) { return function (req, res, next) { req.headers.host = host next() } }