I am trying to send parameters to my rest controller using postman and i see no difference when i use post, put or patch. Why HTTP introduced these methods if they are just same ?
Asked
Active
Viewed 28 times
0
-
they aren't "just the same". Any competent introduction to HTTP should explain their differences. – Damien_The_Unbeliever Sep 03 '17 at 06:34
-
we can update a resource using post method then what is the main reason to introduce put and patch ? @Damien_The_Unbeliever – Abhishek J Sep 03 '17 at 06:36
-
Possible Duplicate - [What is the difference between PUT, POST and PATCH](https://stackoverflow.com/q/31089221/15498) – Damien_The_Unbeliever Sep 03 '17 at 06:40
-
Possible duplicate of [What is the difference between PUT, POST and PATCH?](https://stackoverflow.com/questions/31089221/what-is-the-difference-between-put-post-and-patch) – shaochuancs Sep 03 '17 at 12:54