PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/http-https

Просмотр файла: test.js

var hh = require('./http-https.js')
var assert = require('assert')

assert.equal(hh.getModule('https://foo'), hh.https)
assert.equal(hh.getModule('http://foo'), hh.http)
console.log('ok')

Выполнить команду


Для локальной разработки. Не используйте в интернете!