The 1.0 version of the Hypertext Transfer Protocol, issued way back in 1996, only defined three HTTP verbs: GET, POST and HEAD. The most commonly used HTTP method is GET. The purpose of the GET method ...
There's more to RESTful services than just using the HTTP verbs. You should also be leveraging the Location header and status code, for example. When REST was proposed as a way of leveraging the HTTP ...