TransFlow/node_modules/https-browserify
何嘉峣 d0b8157bbe 代码提交 2022-12-15 10:56:04 +08:00
..
LICENSE 代码提交 2022-12-15 10:56:04 +08:00
index.js 代码提交 2022-12-15 10:56:04 +08:00
package.json 代码提交 2022-12-15 10:56:04 +08:00
readme.markdown 代码提交 2022-12-15 10:56:04 +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