Liking cljdoc? Tell your friends :D

ataraxy.handler

A namespace that contains the default handler for Ataraxy routes.

A namespace that contains the default handler for Ataraxy routes.
raw docstring

async-defaultcljmultimethod

An asynchronous Ring handler, defined as a multimethod that dispatches off the :ataraxy/result key in the requst map.

An asynchronous Ring handler, defined as a multimethod that dispatches off
the :ataraxy/result key in the requst map.
sourceraw docstring

defaultclj

(default request)
(default request respond raise)

The default handler for Ataraxy routes. Extend by using the sync-default and async-default multimethods.

The default handler for Ataraxy routes. Extend by using the sync-default and
async-default multimethods.
sourceraw docstring

sync-defaultcljmultimethod

A synchronous Ring handler, defined as a multimethod that dispatches off the :ataraxy/result key in the requst map.

A synchronous Ring handler, defined as a multimethod that dispatches off the
:ataraxy/result key in the requst map.
sourceraw docstring

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

× close