Fork me on GitHub
#pedestal
<
2018-09-05
>
ddeaguiar08:09:14

I think part of the answer is going to be about avoiding parameter collisions. For example, what to do if both query and post params are submitted. Pedestal’s position is to leave merging of params up to the user through the creation of an interceptor if that capability is desired.