This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/https-browserify/readme.markdown

23 lines
373 B
Markdown
Raw Normal View History

2019-08-11 18:48:02 +00:00
# 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