Fork me on GitHub
#pedestal
<
2022-01-28
>
wilkerlucio20:01:56

hello, is there a way to compose multiple interceptors in one? for example, lets say I have interceptors a, b and c, and I want to make a new interceptor d that is the equivalent of using [a b c], is there a way to compose interceptors like this?

Joe Lane20:01:39

You can concatenate interceptors together to get to [a b c] but if you want to compose them I think you'd have to do some magic with nested chain executors.