Liking cljdoc? Tell your friends :D
Clojure only.

framework.handler.core

Provides the default handler function

Provides the default handler function
raw docstring

handler-fnclj

(handler-fn deps)

Returns handler function for server, which do the routing, and executes interceptors and given action.

Execution order: router interceptors: enters in order router interceptors leaves in reversed order routing around interceptors enters in order controller interceptors enters in order inside interceptors enters in order action inside interceptors leaves in reversed order controller interceptors leaves in reversed order around interceptors leaves in reversed order

Returns handler function for server, which  do the routing, and executes interceptors and given action.

Execution order:
 router interceptors: enters in order
 router interceptors leaves in reversed order
   routing
 around interceptors enters in order
 controller interceptors enters in order
 inside interceptors enters in order
   action
 inside interceptors leaves in reversed order
 controller interceptors leaves in reversed order
 around interceptors leaves in reversed order
sourceraw docstring

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

× close