XuelesszzZ 94af2b8e7b 6-30-5 | před 1 rokem | |
---|---|---|
.. | ||
LICENSE | před 1 rokem | |
index.js | před 1 rokem | |
package.json | před 1 rokem | |
readme.markdown | před 1 rokem |
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