For contract routes it looks like I can only have ...
# http4k
s
For contract routes it looks like I can only have 4 path parameters before meta runs out of valid infix functions. Is this by design (i.e. is there a reason behind this other then we didn't think people would need more than that?). I am thinking about pulling down the source code and making the edits needed to add more but one I don't know how hard it is to work with the library directly and I don't know how likely you are to take a pull request from me for this.