Liking cljdoc? Tell your friends :D

lambda.core


apply-filtersclj

(apply-filters {:keys [filters req] :as ctx})

apply-post-filterclj

(apply-post-filter {:keys [post-filter] :as ctx})

get-loopclj

(get-loop)

Extracting lambda looping as infinite loop to be able to mock it

Extracting lambda looping as infinite loop to be able to mock it
raw docstring

handle-errorclj

(handle-error ctx e)

handle-requestclj

(handle-request ctx req)

init-filtersclj

(init-filters {:keys [filters] :as ctx})

invoke-handlerclj

(invoke-handler {:keys [body handler] :as ctx})

is-from-apiclj

(is-from-api request)

send-responseclj

(send-response {:keys [resp] :as ctx})

startclj

(start init-ctx
       handler
       &
       {:keys [filters post-filter]
        :or {filters [] post-filter (fn [ctx] ctx)}})

with-cacheclj

(with-cache fn)

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

× close