|
há 11 meses atrás | |
---|---|---|
.. | ||
LICENSE | há 11 meses atrás | |
index.js | há 11 meses atrás | |
package.json | há 11 meses atrás | |
readme.markdown | há 11 meses atrás |
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