UNPKG

rocky

Version:

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

7 lines (6 loc) 138 B
module.exports = function (code, headers, body) { return function (req, res) { res.writeHead(code, headers) res.end(body) } }