https-browserify
Advanced tools
https module compatability for browserify
Weekly downloads
Readme
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
https module compatability for browserify
The npm package https-browserify receives a total of 9,337,959 weekly downloads. As such, https-browserify popularity was classified as popular.
We found that https-browserify demonstrated a not healthy version release cadence and project activity. It has 3 open source maintainers collaborating on the project.