webnf/handler

The first minor release of webnf handler, a collection of code to aid web handler development. There is: - Browser middlewares - to allow http method and header overrides from a browser form or uri - for extremely pretty exception printing, with source locations - user agent parsing - Timer helpers - Common dependencies - Dataflow / Validation

  • VCSN/A

  • cljdoc documentationcljdoc
  • 681 Downloads
  • 34 This Version

Leiningen/Boot

[webnf/handler "0.1.18"]

Clojure CLI/deps.edn

webnf/handler {:mvn/version "0.1.18"}

Gradle

implementation("webnf:handler:0.1.18")

Maven

<dependency>
  <groupId>webnf</groupId>
  <artifactId>handler</artifactId>
  <version>0.1.18</version>
</dependency>