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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close