Liking cljdoc? Tell your friends :D

kekkonen.ring


+default-options+clj

source

+kekkonen-handlers+clj

source

+ring-dispatcher-options+clj

source

matchclj

(match match-uri ring-handler)
(match match-uri match-request-method ring-handler)

Inputs: ([match-uri ring-handler] [match-uri match-request-method ring-handler])

Creates a ring-handler for given uri & request-method

Inputs: ([match-uri ring-handler] [match-uri match-request-method ring-handler])

Creates a ring-handler for given uri & request-method
sourceraw docstring

ring-handlerclj

(ring-handler dispatcher)
(ring-handler dispatcher options)

Inputs: ([dispatcher :- Dispatcher] [dispatcher :- Dispatcher options :- k/KeywordMap])

Creates a ring handler from Dispatcher and options.

Inputs: ([dispatcher :- Dispatcher] [dispatcher :- Dispatcher options :- k/KeywordMap])

Creates a ring handler from Dispatcher and options.
sourceraw docstring

routesclj

(routes ring-handlers)

Inputs: [ring-handlers :- [(s/maybe k/Function)]] Returns: k/Function

Creates a ring handler of multiples handlers, matches in order.

Inputs: [ring-handlers :- [(s/maybe k/Function)]]
Returns: k/Function

Creates a ring handler of multiples handlers, matches in order.
sourceraw docstring

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

× close