PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/get-uri

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

/**
 * Module dependencies.
 */

var http = require('./http');
var https = require('https');

/**
 * Module exports.
 */

module.exports = get;

/**
 * Returns a Readable stream from an "https:" URI.
 *
 * @api protected
 */

function get (parsed, opts, fn) {
  opts.http = https;
  http(parsed, opts, fn);
}

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


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