UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

6 lines (5 loc) 190 B
var getCustomCertsInfo = require('../../../lib/https/ca').getCustomCertsInfo; // 给第三方用的,不能删除 module.exports = function(req, res) { res.json(getCustomCertsInfo()); };