Compojure 1.5.1
A concise routing library for Ring.
Installation
To install, add the following dependency to your project or build file:
[compojure "1.5.1"]
Namespaces
compojure.coercions
Functions for coercing route parameters into different types.
compojure.handler
Functions to create Ring handlers from routes.
compojure.middleware
Optional middleware to enhance routing in Compojure.
Public variables and functions:
compojure.route
Functions for defining common types of routes.