orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
23 lines (15 loc) • 379 B
Markdown
for browserify
``` js
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
[ ](http://nodejs.org/docs/latest/api/https.html).
MIT
https module compatability