Ring-Headers 0.2.0

Ring middleware for common response headers.

Installation

To install, add the following dependency to your project or build file:

[ring/ring-headers "0.2.0"]

Namespaces

ring.middleware.absolute-redirects

Middleware for replacing relative redirects with absolute redirects. Useful
for clients that do not yet implement RFC 7231 (RFC 2616 does not allow
relative redirects).

Public variables and functions:

ring.middleware.default-charset

Middleware for automatically adding a charset to the content-type header in
response maps.

Public variables and functions:

ring.middleware.proxy-headers

Middleware for handling headers set by HTTP proxies.

Public variables and functions:

ring.middleware.x-headers

Middleware for adding various 'X-' response headers.