File: README.md

package info (click to toggle)
ring-headers-clojure 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: xml: 81; makefile: 27
file content (21 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ring-Headers

[![Build Status](https://travis-ci.org/ring-clojure/ring-headers.svg?branch=master)](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.