Liking cljdoc? Tell your friends :D

reverie.http.middleware


get-localesclj


wrap-adminclj

(wrap-admin handler)

Wrap admin access

Wrap admin access
raw docstring

wrap-authorizedclj

(wrap-authorized handler)

Wrap authorization

Wrap authorization
raw docstring

wrap-csrf-tokenclj

(wrap-csrf-token handler)

wrap-downstreamclj

(wrap-downstream handler)

Wrap downstream. Used for sending data downstream for later use during a request response cycle.

Wrap downstream. Used for sending data downstream for later use during a request response cycle.
raw docstring

wrap-editorclj

(wrap-editor handler)

Wrap editor awareness

Wrap editor awareness
raw docstring

wrap-error-logclj

(wrap-error-log handler dev?)

Log errors

Log errors
raw docstring

wrap-forkerclj

(wrap-forker handler & handlers)

wrap-i18nclj

(wrap-i18n handler
           {:keys [enforce-locale preferred-locale fallback-locale] :as opts})

Borrows bits and pieces from tower's wrap-tower

Borrows bits and pieces from tower's wrap-tower
raw docstring

wrap-resourcesclj

(wrap-resources handler routes)

Check for resources being used based on URI

Check for resources being used based on URI
raw docstring

wrap-reverie-dataclj

(wrap-reverie-data handler {:keys [dev?]})

Add commonly used data from reverie into the request

Add commonly used data from reverie into the request
raw docstring

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

× close