Liking cljdoc? Tell your friends :D

titanoboa.handler


*reqclj


fallback-exception-middlewareclj

(fallback-exception-middleware handler)

get-app-routesclj

(get-app-routes {:keys [auth? auth-conf] :as config})

get-public-routesclj

(get-public-routes {:keys [auth-ds-ks auth-conf auth?] :as config})

get-ring-appclj

(get-ring-app config)

get-secured-routesclj

(get-secured-routes {:keys [steps-repo-path jobs-repo-path systems-catalogue
                            archive-ds-ks node-id log-file-path]
                     :or {log-file-path "titanoboa.log"}
                     :as config})

prepare-cookiesclj

(prepare-cookies resp)

Removes the domain and secure keys from cookies map. Also converts the expires date to a string in the ring response map.

Removes the domain and secure keys from cookies map.
Also converts the expires date to a string in the ring response map.
raw docstring

read-n-linesclj

(read-n-lines n filename)

simple-logging-middlewareclj

(simple-logging-middleware handler)

slurp-binaryclj

(slurp-binary is len)

Reads len bytes from InputStream is and returns a byte array.

Reads len bytes from InputStream is and returns a byte array.
raw docstring

transit-handlers-decodeclj


transit-handlers-encodeclj

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

× close