UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

6 lines (4 loc) 154 B
var pluginMgr = require('../../lib/proxy').pluginMgr; module.exports = function(req, res) { res.json({ ec: 0, list: pluginMgr.getRegistryList() }); };