Pedestal's Interceptor Helpers are discouraged, and at some point, will be removed from Pedestal all together. Instead, you should use the interceptor API directly (via the interceptor function). You should avoid using macros to generate Interceptors, as this can often break AOT compilation.
Pedestal's Interceptor Helpers are discouraged, and at some point, will be removed from Pedestal all together. Instead, you should use the interceptor API directly (via the
interceptorfunction). You should avoid using macros to generate Interceptors, as this can often break AOT compilation.