pedestal

dehli 2020-09-03T10:58:48.012400Z

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?

2👍
souenzzo 2020-09-03T13:03:54.012700Z

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

2👍
dehli 2020-09-03T14:40:23.013200Z

awesome, thanks!