vlad 6f123ff03e 18.07 | %!s(int64=6) %!d(string=hai) anos | |
---|---|---|
.. | ||
LICENSE | %!s(int64=6) %!d(string=hai) anos | |
index.js | %!s(int64=6) %!d(string=hai) anos | |
package.json | %!s(int64=6) %!d(string=hai) anos | |
readme.markdown | %!s(int64=6) %!d(string=hai) anos |
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