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.
sourceraw docstring

redirectclj

(redirect url)

Returns an HTTP 302 redirect response.

Returns an HTTP 302 redirect response.
sourceraw docstring

redirect-after-postclj

(redirect-after-post url)

Returns an HTTP 303 redirect response.

Returns an HTTP 303 redirect response.
sourceraw docstring

unauthorizedclj

(unauthorized realm reason)

Returns an HTTP 401 Unauthorized response.

Returns an HTTP 401 Unauthorized response.
sourceraw docstring

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

× close