File: README.md

package info (click to toggle)
ring-ssl-clojure 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: xml: 81; makefile: 27
file content (36 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Ring-SSL

[![Build Status](https://secure.travis-ci.org/ring-clojure/ring-ssl.png)](http://travis-ci.org/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][1] header to
responses.

[1]: https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security

## Installation

Add the following dependency to your `project.clj`:

    [ring/ring-ssl "0.3.0"]

## Documentation

* [API Docs](http://ring-clojure.github.io/ring-ssl/ring.middleware.ssl.html)

## Thanks

This project was originally conceived and developed by [James
Conroy-Finn][2] at [Listora][3].

[2]: http://jamesconroyfinn.com/
[3]: http://www.listora.com/

## License

Copyright © 2017 James Conroy-Finn, James Reeves

Released under the MIT license, same as Ring.