项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 пре 4 година
..
LICENSE [Version] V.3.8 пре 4 година
index.js [Version] V.3.8 пре 4 година
package.json [Version] V.3.8 пре 4 година
readme.markdown [Version] V.3.8 пре 4 година

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