What is REST?

REST, or Representational State Transfer, is an architectural style built on top of standard web technologies, specifically using HTTP protocol verbs to define the actions which can be performed on a web resource, such as GET, PUT, DELETE.

edit