https-proxied

0.0.5 • Public • Published

Example

var https = require('https-proxied');

var options = {
    host: 'encrypted.google.com',
    port: 443,
    path: '/',
    proxy: 'http://user:pass@my-proxy-server.com:3128'
};

var req = https.get(options, function(res) {
    console.log(res.statusCode);
});
req.end();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    3
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i https-proxied

Weekly Downloads

7

Version

0.0.5

License

none

Last publish

Collaborators

  • vpulim