1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# Ring-Headers
[](https://travis-ci.org/ring-clojure/ring-headers)
Ring middleware for adding and manipulating common response headers.
## Installation
Add the following dependency to your `project.clj`:
[ring/ring-headers "0.3.0"]
## Documentation
* [API Docs](http://ring-clojure.github.io/ring-headers)
## License
Copyright © 2017 James Reeves
Distributed under the MIT License, the same as Ring.
|