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);

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cert4https

    Weekly Downloads

    6

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    2.23 kB

    Total Files

    4

    Last publish

    Collaborators

    • josudoey