Liking cljdoc? Tell your friends :D

reitit.http.coercion


coerce-exceptions-interceptorclj/s

(coerce-exceptions-interceptor)

Interceptor for handling coercion exceptions. Expects a :coercion of type reitit.coercion/Coercion and :parameters or :responses from route data, otherwise does not mount.

Interceptor for handling coercion exceptions.
Expects a :coercion of type `reitit.coercion/Coercion`
and :parameters or :responses from route data, otherwise does not mount.
sourceraw docstring

coerce-request-interceptorclj/s

(coerce-request-interceptor)

Interceptor for pluggable request coercion. Expects a :coercion of type reitit.coercion/Coercion and :parameters from route data, otherwise does not mount.

Interceptor for pluggable request coercion.
Expects a :coercion of type `reitit.coercion/Coercion`
and :parameters from route data, otherwise does not mount.
sourceraw docstring

coerce-response-interceptorclj/s

(coerce-response-interceptor)

Interceptor for pluggable response coercion. Expects a :coercion of type reitit.coercion/Coercion and :responses from route data, otherwise does not mount.

Interceptor for pluggable response coercion.
Expects a :coercion of type `reitit.coercion/Coercion`
and :responses from route data, otherwise does not mount.
sourceraw docstring

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

× close