suyiScreen/node_modules/https-browserify
lixiaobang 18ece3f395 代码提交 2023-02-06 08:46:29 +08:00
..
LICENSE 代码提交 2023-02-06 08:46:29 +08:00
index.js 代码提交 2023-02-06 08:46:29 +08:00
package.json 代码提交 2023-02-06 08:46:29 +08:00
readme.markdown 代码提交 2023-02-06 08:46:29 +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