"probably" is key Here. this introduces the possibility of typo erros that can even be discovered late.
Now you will need a Vet check to make sure that GET, POST etc are written correctly instead of letting the compiler to do it's job. .Get(), Post() get compiler guarantees that they are sending the right Method string.