Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 660 Bytes

Ring-Headers Build Status

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.