Liking cljdoc? Tell your friends :D

burningswell.pedestal.interceptors


dependenciesclj

(dependencies component)

Interceptor that adds the dependencies of a component into the Pedestal context.

Interceptor that adds the dependencies of a `component` into the
Pedestal context.
sourceraw docstring

log-requestclj

Interceptor that logs the request's method, uri and duration in ms.

Interceptor that logs the request's method, uri and duration in ms.
sourceraw docstring

merge-params-into-dataclj

Interceptor that merges :transit-params, :edn-params and :json-params into :data.

Interceptor that merges :transit-params, :edn-params
and :json-params into :data.
sourceraw docstring

merge-request-keysclj

(merge-request-keys source-keys target-key)

Return an interceptor that merges the source-keys of the request into target-key.

Return an interceptor that merges the `source-keys` of the request
into `target-key`.
sourceraw docstring

proxy-headersclj

Interceptor for handling headers set by HTTP proxies.

Interceptor for handling headers set by HTTP proxies.
sourceraw docstring

remove-interceptors-by-namesclj

(remove-interceptors-by-names interceptors names)

Remove all interceptors matching names.

Remove all `interceptors` matching `names`.
sourceraw docstring

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

× close