wrap-locale

A workaround to parse the Accept-Language header of a HTTP request.

Leiningen/Boot

[wrap-locale "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

wrap-locale/wrap-locale {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("wrap-locale:wrap-locale:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>wrap-locale</groupId>
  <artifactId>wrap-locale</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>