restify-https

0.0.3 • Public • Published

restify-https

A simple Restify plugin that requires requests to be made via HTTPS only.

Example:

var server = require('restify'),
    https = require('restify-https');

server.use(https({ override: false }));

For more information using custom plugins, please refer to the Restify docs.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i restify-https

      Weekly Downloads

      5

      Version

      0.0.3

      License

      MIT

      Last publish

      Collaborators

      • nparsons08