UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

12 lines (10 loc) 254 B
var config = require('../../../lib/config'); module.exports = function(_, res) { res.json({ storage: config.storage || '', client: config.client, whistleName: config.whistleName, name: config.name, version: config.version }); };