peach a19a732be8 commit message | преди 2 години | |
---|---|---|
.. | ||
LICENSE | преди 2 години | |
index.js | преди 2 години | |
package.json | преди 2 години | |
readme.markdown | преди 2 години |
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