Ring middleware for preventing caching.
This middleware adds a Cache-Control header to all wrapped responses that
instruct others to never cache the generated response. This affects both edge
caches and browser caches.
Add the following dependency to your project.clj:
[ring/ring-ssl "0.1.0"]
Copyright © 2014 Listora
Released under the MIT license, same as Ring.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |