I am using a PUT
request in my Rails application. Now, a new HTTP verb, PATCH
has been implemented by browsers. So, I want to know what the main difference between PATCH
and PUT
requests are, and when we should use one or the other.
I am using a PUT
request in my Rails application. Now, a new HTTP verb, PATCH
has been implemented by browsers. So, I want to know what the main difference between PATCH
and PUT
requests are, and when we should use one or the other.