Illia Kozyr c722a49f64 React Project DONE | 2 vuotta sitten | |
---|---|---|
.. | ||
LICENSE | 2 vuotta sitten | |
index.js | 2 vuotta sitten | |
package.json | 2 vuotta sitten | |
readme.markdown | 2 vuotta sitten |
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