Daniel Hübleitner 615619e6e7 start werk | пре 5 година | |
---|---|---|
.. | ||
LICENSE | пре 5 година | |
index.js | пре 5 година | |
package.json | пре 5 година | |
readme.markdown | пре 5 година |
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