> 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.
> Make a dedicated method that accepts http request method names
What problem does that solve compared to embedding the method in the string?