Евгения Акиншина 52274d6dab HW<react> done 3 gadi atpakaļ
..
LICENSE 52274d6dab HW<react> done 3 gadi atpakaļ
index.js 52274d6dab HW<react> done 3 gadi atpakaļ
package.json 52274d6dab HW<react> done 3 gadi atpakaļ
readme.markdown 52274d6dab HW<react> done 3 gadi atpakaļ

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