lihai 8d6c751f49 feat: push | лет назад: 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