UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

8 lines (7 loc) 133 B
module.exports = function (req, res, next) { if (!req.isWebProtocol) { next(); } else { req.request(req.options); } };