cert4https

0.0.2 • Public • Published

cert4https

Installation

$ npm install --save cert4https

Example

var options = require('cert4https');
var https = require('https');
https.createServer(options, function(req, res) {
  res.writeHead(200);
  res.end('hello world\n');
}).listen(8000);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    3
  • 0.0.1
    0
  • 0.0.0
    1

Package Sidebar

Install

npm i cert4https

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

2.23 kB

Total Files

4

Last publish

Collaborators

  • josudoey