Compojure 1.5.1 (original) (raw)
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.
Public variables and functions:
compojure.core
A DSL for building Ring handlers from smaller routes.
Public variables and functions:
- ANY
- compile-route
- context
- defroutes
- DELETE
- GET
- HEAD
- let-routes
- make-route
- OPTIONS
- PATCH
- POST
- PUT
- rfn
- routes
- routing
- wrap-routes
compojure.handler
Functions to create Ring handlers from routes.
Public variables and functions:
compojure.middleware
Optional middleware to enhance routing in Compojure.
Public variables and functions:
compojure.response
A protocol for generating Ring response maps
Public variables and functions:
compojure.route
Functions for defining common types of routes.
Public variables and functions: