# https-browserify **Repository Path**: mirrors_guybedford/https-browserify ## Basic Information - **Project Name**: https-browserify - **Description**: https module compatability for browserify - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # https-browserify https module compatability for browserify # example ``` js 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](http://nodejs.org/docs/latest/api/https.html). # license MIT