Liking cljdoc? Tell your friends :D

webly.web.handler


add-ring-handlerclj

(add-ring-handler key handler)
source

get-handler-backendclj

(get-handler-backend handler-kw)
source

get-handler-frontendclj

(get-handler-frontend app-handler routes-frontend path req)
source

handler-registryclj

source

html-responseclj

(html-response html)
source

make-handlerclj

(make-handler app-handler routes-backend routes-frontend)

Create a Ring handler from the route definition data structure. Matches a handler from the uri in the request, and invokes it with the request as a parameter.

Create a Ring handler from the route definition data
structure. Matches a handler from the uri in the request, and invokes
it with the request as a parameter.
sourceraw docstring

not-found-bodyclj

source

not-found-handlerclj

(not-found-handler req)
source

reagent-pagecljsmultimethod

source

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

× close