Daniel Hübleitner 615619e6e7 start werk | 5 yıl önce | |
---|---|---|
.. | ||
LICENSE | 5 yıl önce | |
index.js | 5 yıl önce | |
package.json | 5 yıl önce | |
readme.markdown | 5 yıl önce |
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