Liking cljdoc? Tell your friends :D

andrewslai.clj.http-api.middleware


auth-stackclj

(auth-stack {:keys [auth access-rules] :as components})

Stack is applied from top down

Stack is applied from top down
sourceraw docstring

classpath-static-content-stackclj

(classpath-static-content-stack root-path options)

Returns middleware that intercepts requests and serves files from the ClassLoader's Classpath.

Returns middleware that intercepts requests and serves files from the
ClassLoader's Classpath.
sourceraw docstring

debug-log-request!clj

(debug-log-request! msg handler)

A logging tool that is useful for debugging

A logging tool that is useful for debugging
sourceraw docstring

file-static-content-stackclj

(file-static-content-stack root-path options)

Returns middleware that intercepts requests and serves files relative to the root path.

Returns middleware that intercepts requests and serves files relative to
the root path.
sourceraw docstring

log-request!clj

(log-request! handler)
source

standard-stackclj

Stack is applied from top down

Stack is applied from top down
sourceraw docstring

wrap-cache-controlclj

(wrap-cache-control handler)

Wraps responses with a cache-control header

Wraps responses with a cache-control header
sourceraw docstring

wrap-redirect-to-indexclj

(wrap-redirect-to-index handler)
source

wrap-request-identifierclj

(wrap-request-identifier handler)
source

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

× close