I would like different a different action to handle a request depending on query parameters values.
For example:
mydomain.com/controller/action?version=1&msg=hello
and
mydomain.com/controller/action?version=2&msg=5
should go to a different handlers based on the version value.
The list of query params required/optional, as well as their types might change - in version=1, msg is a string, in version=2 it is an integer