Liking cljdoc? Tell your friends :D

Ring Accept-language

Overview

Ring-Accept-language provides a middleware that parses the Accept-language request header and injects the value into the request hash.

Usage

Add a middleware after adding dependencies.

(defn some-middleware
  [handler]
  (wrap-accept-language handler))

Can you improve this documentation? These fine people already did:
katsuyasu-murata & James Reeves
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close