XuelesszzZ 94af2b8e7b 6-30-5 | hai 1 ano | |
---|---|---|
.. | ||
LICENSE | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano | |
readme.markdown | hai 1 ano |
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