things like: `/some/:param ([0-9]*)` or allow list of values, eg. `/some/:param` where param can be one of `['one', 'two', 'three']` Check out server side frameworks and their routing.
things like:
/some/:param ([0-9]*)or allow list of values, eg.
/some/:paramwhere param can be one of['one', 'two', 'three']Check out server side frameworks and their routing.