Fork me on GitHub
#pedestal
<
2022-09-29
>
enn20:09:52

Is it possible to set a dynamic binding in an interceptor that will be in scope for a later interceptor? Use case: I want to control the behavior of a function called by an interceptor I don’t control, and that interceptor does not pass necessary context.

ghadi20:09:09

yes @enn - there should be some docs about how to direct bindings by associng into the context

ghadi20:09:22

I don’t have a link handy

enn20:09:02

The only thing I see in http://pedestal.io/reference/interceptors or http://pedestal.io/guides/what-is-an-interceptor is some stuff on how to modify the interceptor chain

enn20:09:27

aha, perfect! thank you