Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1012 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 1012 Bytes

Ring-SSL Build Status

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.

Installation

Add the following dependency to your deps.edn file:

ring/ring-ssl {:mvn/version "0.4.0"}

Or to your Leiningen project file:

[ring/ring-ssl "0.4.0"]

Documentation

Thanks

This project was originally conceived and developed by James Conroy-Finn.

License

Copyright © 2024 James Conroy-Finn, James Reeves

Released under the MIT license, same as Ring.