xiaofu-ruoyi-vue/node_modules/https-browserify
ffr b5131258d8 第一次提交 2024-04-23 08:05:40 +08:00
..
LICENSE 第一次提交 2024-04-23 08:05:40 +08:00
index.js 第一次提交 2024-04-23 08:05:40 +08:00
package.json 第一次提交 2024-04-23 08:05:40 +08:00
readme.markdown 第一次提交 2024-04-23 08:05:40 +08:00

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