Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modified Node.js https module that supports the CONNECT method, allowing you to connect to secure websites via a proxy server.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages