Skip to content

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

Notifications You must be signed in to change notification settings

astrotars/restify-https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published