slacker.interceptor

default-interceptors

default identity interceptor set

definterceptor

macro

(definterceptor interceptor-name & clauses)

Define an interceptor. You can specify interceptor functions for each stage (:before, :after).

definterceptor+

macro

(definterceptor+ interceptor-name args & clauses)

Parameterized definterceptor, you can configure the interceptor by passing arguments in.

interceptors

macro

(interceptors intercs)

This is a macro to combine multiple interceptors. If you have more that one interceptors, use this macro to combine them as one.