sensordb2 e64a8defe5 3.17 | 1 rok pred | |
---|---|---|
.. | ||
LICENSE | 1 rok pred | |
index.js | 1 rok pred | |
package.json | 1 rok pred | |
readme.markdown | 1 rok pred |
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