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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    5
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i restify-https

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • nparsons08