Daniel Hübleitner 615619e6e7 start werk | před 5 roky | |
---|---|---|
.. | ||
LICENSE | před 5 roky | |
index.js | před 5 roky | |
package.json | před 5 roky | |
readme.markdown | před 5 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