Closed CathalMullan closed 2 months ago
Like: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-9.0#route-constraints
Allow for syntax like: <name:u8>
<name:u8>
May need to re-evaluate wildcard approach. Wildcards now work via a leading '', so we can still have constraints like: `<names:my_constraint>`
Like: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-9.0#route-constraints
Allow for syntax like:
<name:u8>
May need to re-evaluate wildcard approach.Wildcards now work via a leading '', so we can still have constraints like: `<names:my_constraint>`