An open API service indexing awesome lists of open source software.

https://github.com/ring-clojure/ring-headers

Ring middleware for common response headers
https://github.com/ring-clojure/ring-headers

Last synced: 8 months ago
JSON representation

Ring middleware for common response headers

Awesome Lists containing this project

README

          

# Ring-Headers [![Build Status](https://github.com/ring-clojure/ring-headers/actions/workflows/test.yml/badge.svg)](https://github.com/ring-clojure/ring-headers/actions/workflows/test.yml)

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

* [API Docs](http://ring-clojure.github.io/ring-headers)

## License

Copyright © 2024 James Reeves

Distributed under the MIT License, the same as Ring.