Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to create a Route that will use all default HTTP verbs excepting one of them. Basically, you have to re-set the via property with all the HTTP verbs that you want to use when I only want to exclude one of them.
Ex: A route that will have get, put, post, patch but not delete
Is your feature request related to a problem? Please describe. I'm always frustrated when I have to create a Route that will use all default HTTP verbs excepting one of them. Basically, you have to re-set the via property with all the HTTP verbs that you want to use when I only want to exclude one of them. Ex: A route that will have get, put, post, patch but not delete
Describe the solution you'd like A method called notVia in order to determinate what are those vias that the route won't match.
Describe alternatives you've considered None
Additional context None