Which of the following is not a valid HTTP method used in RESTful web services? code example
Example: how to represent resource in rest
REST uses different representations
to define a resource like plain text,
CSV, HTML, JSON, and XML.XML and JSON
are the most popular representations of resources.