Middleware for Dylan which redirects http requests to https.
npm install @dylan/forcesslMiddleware for Dylan which redirects http requests to https.
npm install @dylan/forcessl
`` js
const forcessl = require('@dylan/forcessl');
app.use(forcessl());
`
http://foo.com redirects to https://foo.com`.