1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-16 11:58:28 +00:00
anyproxy/lib/httpsServerMgr_test.js

8 lines
164 B
JavaScript
Raw Normal View History

2014-08-13 11:51:39 +08:00
var httpsServerMgr = require("./httpsServerMgr");
var instance = new httpsServerMgr();
instance.fetchPort("localhost",function(err,port){
console.log(port);
});