ππ» Hi, it looks like httpf doesn't support path parameters, as in configuring routes like this:
Where the route handler could then consume with (get req :params) (which would return a struct like {:id "3"}).
Is that right? If so, is there appetite for adding that functionality?