caoge c760052ff9 机车状态修改 | пре 8 месеци | |
---|---|---|
.. | ||
LICENSE | пре 8 месеци | |
index.js | пре 8 месеци | |
package.json | пре 8 месеци | |
readme.markdown | пре 8 месеци |
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