UNPKG

whistle

Version:

HTTP, HTTPS, Websocket debugging proxy

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