Ring middleware for parsing common request headers, and for adding and manipulating common response headers.
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"]
Copyright © 2024 James Reeves
Distributed under the MIT License, the same as Ring.