You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I started playing around with this code today, but quickly hit a limitation in that the router provided doesn't support path parameters. with some digging & poking, I ended up with this: https://github.com/gjesse/vertx-kotlin-router, which provides a similar interface but delegates to the standard vertx router. I'm wondering if you'd be amenable to swapping out the existing router implementation with something like what I've got? If so i can work up a proper PR with tests,etc.
The text was updated successfully, but these errors were encountered:
Hi, I started playing around with this code today, but quickly hit a limitation in that the router provided doesn't support path parameters. with some digging & poking, I ended up with this: https://github.com/gjesse/vertx-kotlin-router, which provides a similar interface but delegates to the standard vertx router. I'm wondering if you'd be amenable to swapping out the existing router implementation with something like what I've got? If so i can work up a proper PR with tests,etc.
The text was updated successfully, but these errors were encountered: