io.pedestal.interceptor
Public API for creating interceptors, and various utility fns for
common interceptor creation patterns.
->Interceptor
(->Interceptor name enter leave error)
Positional factory function for class io.pedestal.interceptor.Interceptor.
interceptor
(interceptor t)
Given a value, produces and returns an Interceptor (Record).
interceptor-name
(interceptor-name n)
interceptor?
(interceptor? o)
IntoInterceptor
protocol
members
-interceptor
(-interceptor t)
Given a value, produce an Interceptor Record.
map->Interceptor
(map->Interceptor m__6522__auto__)
Factory function for class io.pedestal.interceptor.Interceptor, taking a map of keywords to field values.
valid-interceptor?
(valid-interceptor? o)