Liking cljdoc? Tell your friends :D

org.euandreh.http.interceptors


authentication-interceptorclj

Port of buddy-auth's wrap-authentication middleware.

Port of buddy-auth's wrap-authentication middleware.
raw docstring

body-paramsclj

edn and transit/json parsing capable interceptor. Custom edn tags (present in *data-readers*) are supported.

edn and transit/json parsing capable interceptor. Custom edn tags (present in `*data-readers*`) are supported.
raw docstring

catchclj

Pedestal terminating interceptor for handling :error cases.

It looks for ex-data information inside the received exception to decide what to print/log and to pick the proper HTTP status code (defaults to 500 when missing).

Pedestal terminating interceptor for handling `:error` cases.

It looks for `ex-data` information inside the received exception to decide what to print/log and to pick the proper HTTP status code (defaults to 500 when missing).
raw docstring

valid-query?clj

Interceptor for validating the body payload as a Fulcro query.

The body must come as either edn or transit/json, and have the minimal structure as follows: {:q [...]}

The actual query must be under the :q key.

Interceptor for validating the body payload as a Fulcro query.

The body must come as either edn or transit/json, and have the minimal structure as follows:
{:q [...]}

The actual query must be under the `:q` key.
raw docstring

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

× close