https://github.com/ring-clojure/ring-ssl.git
git clone 'https://github.com/ring-clojure/ring-ssl.git'
(ql:quickload :ring-clojure.ring-ssl)
Ring middleware for managing HTTPS requests.
This library includes middleware to parse the X-Forwarded-Proto
header, middleware that redirects HTTP requests to HTTPS URLs, and
middleware that adds the Strict-Transport-Security header to
responses.
Add the following dependency to your project.clj
:
[ring/ring-ssl "0.3.0"]
This project was originally conceived and developed by James Conroy-Finn at Listora.
Copyright © 2017 James Conroy-Finn, James Reeves
Released under the MIT license, same as Ring.