This commit is contained in:
2022-07-21 03:28:35 +00:00
parent d7c883d6df
commit 51b34b0e1d
30103 changed files with 4152204 additions and 23 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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