https-browserify
https module compatability for browserify
Last updated 8 years ago by feross .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install https-browserify 
SYNC missed versions from official npm registry.

https-browserify

https module compatability for browserify

example

var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
  console.log(res)
})

methods

The API is the same as the client portion of the node core https module.

license

MIT

Current Tags

  • 1.0.0                                ...           latest (8 years ago)

3 Versions

  • 1.0.0                                ...           8 years ago
  • 0.0.1                                ...           9 years ago
  • 0.0.0                                ...           11 years ago
Downloads
Total 8
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE