Would be neat to support these in path/query/forms. E.g. `param["a" | "b"]` in path instead of an enum. And `queryParams[(status: 1 | 2 | 3)]`
Would be neat to support these in path/query/forms.
E.g.
param["a" | "b"]in path instead of an enum.And
queryParams[(status: 1 | 2 | 3)]