Fork me on GitHub
#pedestal
<
2020-09-03
>
dehli10:09:48

hello! how does a handler get access to variables from the context object that it needs? my first inclination is to create an interceptor that extracts the data and then assoc’s it into the request object. is that the right way?

👍 6
souenzzo13:09:54

Or just turn your "handler" into a "interceptor"

👍 6
dehli14:09:23

awesome, thanks!