Liking cljdoc? Tell your friends :D

io.pedestal.interceptor

Public API for creating interceptors, and various utility fns for common interceptor creation patterns.

Public API for creating interceptors, and various utility fns for
common interceptor creation patterns.
raw docstring

interceptorclj

(interceptor t)

Given a value, produces and returns an Interceptor (Record).

Given a value, produces and returns an Interceptor (Record).
sourceraw docstring

interceptor-nameclj

(interceptor-name n)

Ensures that an interceptor name (to eventually be the :name key of an Interceptor) is either a keyword or nil. Generally, interceptor names should be namespace-qualified keywords.

Ensures that an interceptor name (to eventually be the :name key of an Interceptor)
is either a keyword or nil.  Generally, interceptor names should be namespace-qualified keywords.
sourceraw docstring

interceptor?clj

(interceptor? o)

Returns true if object o is an instance of the Interceptor record; the result of invoking interceptor.

Returns true if object o is an instance of the Interceptor record; the result of
invoking [[interceptor]].
sourceraw docstring

IntoInterceptorcljprotocol

Conversion into Interceptor, ready for execution as part of an interceptor chain.

Conversion into Interceptor, ready for execution as part of an interceptor chain.

-interceptorclj

(-interceptor t)

Given a value, produce an Interceptor Record.

Given a value, produce an Interceptor Record.
sourceraw docstring

valid-interceptor?clj

(valid-interceptor? o)
source

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

× close