caoge c760052ff9 机车状态修改 | 8 months ago | |
---|---|---|
.. | ||
LICENSE | 8 months ago | |
index.js | 8 months ago | |
package.json | 8 months ago | |
readme.markdown | 8 months ago |
https module compatability for browserify
var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
console.log(res)
})
The API is the same as the client portion of the node core https module.
MIT