https-browserify
https module compatability for browserify
Last updated 11 years ago by feross .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm 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 (9 years ago)

3 Versions

  • 1.0.0                                ...           9 years ago
  • 0.0.1                                ...           11 years ago
  • 0.0.0                                ...           12 years ago
Maintainers (2)
Downloads
Today 0
This Week 70
This Month 98
Last Day 11
Last Week 42
Last Month 187
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |