Liking cljdoc? Tell your friends :D

compojure.coercions

Functions for coercing route parameters into different types.

Functions for coercing route parameters into different types.
raw docstring

compojure.core

A DSL for building Ring handlers from smaller routes.

Compojure routes are semantically the same as Ring handlers, with the exception that routes may return nil to indicate they do not match.

This namespace provides functions and macros for concisely constructing routes and combining them together to form more complex functions.

A DSL for building Ring handlers from smaller routes.

Compojure routes are semantically the same as Ring handlers, with the
exception that routes may return `nil` to indicate they do not match.

This namespace provides functions and macros for concisely constructing
routes and combining them together to form more complex functions.
raw docstring

compojure.handler

Functions to create Ring handlers from routes.

This namespace has been DEPRECATED in favor of the ring-defaults library.

Functions to create Ring handlers from routes.

This namespace has been **DEPRECATED** in favor of the [ring-defaults][]
library.

[ring-defaults]: https://github.com/ring-clojure/ring-defaults
raw docstring

compojure.middleware

Optional middleware to enhance routing in Compojure.

Optional middleware to enhance routing in Compojure.
raw docstring

compojure.response

A protocol for generating Ring response maps

A protocol for generating Ring response maps
raw docstring

compojure.route

Functions for defining common types of routes.

Functions for defining common types of routes.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close