xusl 2be7077787 初始化 il y a 1 an
..
LICENSE 2be7077787 初始化 il y a 1 an
index.js 2be7077787 初始化 il y a 1 an
package.json 2be7077787 初始化 il y a 1 an
readme.markdown 2be7077787 初始化 il y a 1 an

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