UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

7 lines (5 loc) 153 B
var socketMgr = require('../../lib/proxy').socketMgr; module.exports = function(req, res) { socketMgr.changeStatus(req.body); res.json({ec: 0}); };