Liking cljdoc? Tell your friends :D

geheimtur.util.response

Contains functions to create Ring responses.

Contains functions to create Ring responses.
raw docstring

forbiddenclj

(forbidden)

Returns an HTTP 403 Forbidden response.

Returns an HTTP 403 Forbidden response.
raw docstring

redirectclj

(redirect url)

Returns an HTTP 302 redirect response.

Returns an HTTP 302 redirect response.
raw docstring

redirect-after-postclj

(redirect-after-post url)

Returns an HTTP 303 redirect response.

Returns an HTTP 303 redirect response.
raw docstring

unauthorizedclj

(unauthorized realm reason)

Returns an HTTP 401 Unauthorized response.

Returns an HTTP 401 Unauthorized response.
raw docstring

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

× close