REST is CRUD

Saturday, March 1, 2008

REST is more close to CRUD. In WSF/PHP, we will make it more RESTful by implementing PUT and DELETE HTTP verbs. If you are wondering about the CRUD mapping:

PUT => create

GET => read

POST => update

DELETE => delete

No comments: