小宝贝 2332bb7261 node il y a 2 ans
..
LICENSE 2332bb7261 node il y a 2 ans
index.js 2332bb7261 node il y a 2 ans
package.json 2332bb7261 node il y a 2 ans
readme.markdown 2332bb7261 node il y a 2 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