UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

10 lines (8 loc) 184 B
var get = require('./index'); module.exports = function(req, res) { var data = {}; get().list.forEach(function(item) { data[item.name] = item.data; }); res.json(data); };