Mohammad Asif cf937194cb Removed un-waned things 1. il y a 5 mois
..
LICENSE cf937194cb Removed un-waned things 1. il y a 5 mois
index.js cf937194cb Removed un-waned things 1. il y a 5 mois
package.json cf937194cb Removed un-waned things 1. il y a 5 mois
readme.markdown cf937194cb Removed un-waned things 1. il y a 5 mois

readme.markdown

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