@dylan/forcessl
v0.1.0
Published
Middleware for Dylan which redirects http requests to https.
Downloads
217
Readme
ForceSSL
Middleware for Dylan which redirects http requests to https.
Install
npm install @dylan/forcessl
Usage
const forcessl = require('@dylan/forcessl');
app.use(forcessl());
http://foo.com
redirects to https://foo.com
.