Sha256: 62b0df498599bfa7c7b05e48f9aa50630d48f4c429f6fd607543e7f2e0ffa59f
Contents?: true
Size: 379 Bytes
Versions: 74
Compression:
Stored size: 379 Bytes
Contents
# https-browserify https module compatability for browserify # example ``` js 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](http://nodejs.org/docs/latest/api/https.html). # license MIT
Version data entries
74 entries across 74 versions & 6 rubygems