Comment on PUT or POST: The REST of the StoryComments−pasbesoin17yI think of PUT as PUT == (over)write. GET == read PUT == (over)write DELETE == delete POST == invoke (custom processing) The effect of a POST then comes down to the definition of that "custom" processing. This is outside the scope of HTTP; don't conflate the two.
Comments
I think of PUT as PUT == (over)write.
The effect of a POST then comes down to the definition of that "custom" processing. This is outside the scope of HTTP; don't conflate the two.