W72crm_web-master/node_modules/https-browserify
zhangwenzan c676fd5933 初始化crm前端代码 2025-05-27 11:25:53 +08:00
..
LICENSE 初始化crm前端代码 2025-05-27 11:25:53 +08:00
index.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
package.json 初始化crm前端代码 2025-05-27 11:25:53 +08:00
readme.markdown 初始化crm前端代码 2025-05-27 11:25:53 +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