Irina Glushko 2389e7160b HW1 done il y a 3 ans
..
LICENSE 2389e7160b HW1 done il y a 3 ans
index.js 2389e7160b HW1 done il y a 3 ans
package.json 2389e7160b HW1 done il y a 3 ans
readme.markdown 2389e7160b HW1 done il y a 3 ans

readme.markdown

https-browserify

https module compatability for browserify

example

var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
  console.log(res)
})

methods

The API is the same as the client portion of the node core https module.

license

MIT