(apply-filters {:keys [filters req] :as ctx})
(apply-post-filter {:keys [post-filter] :as ctx})
(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
(handle-error ctx e)
(handle-request ctx req)
(init-filters {:keys [filters] :as ctx})
(invoke-handler {:keys [body handler] :as ctx})
(is-from-api request)
(lambda-custom-runtime init-ctx
handler
&
{:keys [filters post-filter]
:or {filters [] post-filter (fn [ctx] ctx)}})
(lambda-request-handler init-ctx
handler
body
&
{:keys [filters post-filter]
:or {filters [] post-filter (fn [ctx] ctx)}})
(send-response {:keys [resp] :as ctx})
(with-cache fn)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close