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();

Readme

Keywords

none

Package Sidebar

Install

npm i https-proxied

Weekly Downloads

1

Version

0.0.5

License

none

Last publish

Collaborators

  • vpulim