|
|
|
|
|
by billpg
2900 days ago
|
|
The way I think of it is that GET, PUT, PATCH and DELETE all deal with data, whereas POST is a call to action. It is a little unfortunate that we don't have a CREATE verb (distinct from the update-ness of PUT) and we need to use POST for this purpose. |
|