Man I really really dislike this proposal. Putting the http request method into the URI... an just sometimes... oh and maybe do "POST,PUT,PATCH /something". Just no thank you. Make a dedicated method that accepts http request method names if you must do something.
Why? It really doesn't change a lot. You can't "really dislike" the whole proposal for just a stylistic issue. > Make a dedicated method that accepts http request method names What problem does that solve compared to embedding the method in the string?
The problem it solves is not having string typed stuff which is a consistent pain point where it happens.