|
|
||||
|---|---|---|---|---|
| .. | ||||
| LICENSE | 11e3a9652a | 7 gadi atpakaļ | ||
| index.js | 11e3a9652a | 7 gadi atpakaļ | ||
| package.json | 11e3a9652a | 7 gadi atpakaļ | ||
| readme.markdown | 11e3a9652a | 7 gadi atpakaļ | ||
https module compatability for browserify
var https = require('https-browserify')
var r = https.request('https://github.com')
r.on('request', function (res) {
console.log(res)
})
The API is the same as the client portion of the node core https module.
MIT