restify-https
v0.0.3
Published
A simple Restify plugin that requires requests to be made via HTTPS only.
Downloads
9
Readme
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.
