Illia Kozyr c722a49f64 React Project DONE | před 2 roky | |
---|---|---|
.. | ||
LICENSE | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky | |
readme.markdown | před 2 roky |
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