REST verbs - which convention is "correct"
Posted
by ctacke
on Stack Overflow
See other posts from Stack Overflow
or by ctacke
Published on 2010-03-15T14:06:16Z
Indexed on
2010/03/15
14:09 UTC
Read the original article
Hit count: 238
I'm well into implementing a REST service (on a Windows CE platform if that matters) and I started out using IBM's general definitions of using POST for creating (INSERTs) and PUT for updating.
Now I've run across Sun's definitions which are exactly the opposite. So my question is, which is the "generally accepted" definition? Or is there even one?
© Stack Overflow or respective owner