https-browserify
https module compatability for browserify
Last updated 12 years ago by substack .
MIT · Repository · Bugs · Original npm
$ 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 (8 years ago)

3 Versions

  • 0.0.0                                ...           12 years ago
  • 0.0.1                                ...           10 years ago
  • 1.0.0                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org