ring-headers
ring-headers copied to clipboard
Ring middleware for common response headers
Ring-Headers 
Ring middleware for parsing common request headers, and for adding and manipulating common response headers.
Installation
Add the following dependency to your deps.edn file:
ring/ring-headers {:mvn/version "0.4.0"}
Or to your Leiningen project file:
[ring/ring-headers "0.4.0"]
Documentation
License
Copyright © 2024 James Reeves
Distributed under the MIT License, the same as Ring.