admin_vue/11-前端模块化开发Webpack(Node.js基础)/04-webpack_Loader使用/node_modules/https-browserify
3056762376@qq.com 37ffd941b0 changes 2022-11-20 18:09:09 +08:00
..
LICENSE changes 2022-11-20 18:09:09 +08:00
index.js changes 2022-11-20 18:09:09 +08:00
package.json changes 2022-11-20 18:09:09 +08:00
readme.markdown changes 2022-11-20 18:09:09 +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