UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

4 lines (3 loc) 111 B
module.exports = function (req, res, next) { next(new Error('Unknown protocol ' + req.options.protocol)); };