UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

7 lines (5 loc) 185 B
var socketMgr = require('../../lib/proxy').socketMgr; module.exports = function(req, res) { var result = socketMgr.sendData(req.body); res.json({ec: result === false ? 3 : 0}); };