Sorry, you need to enable JavaScript to visit this website.

Representational State Transfer

[Services]

A specific set of principles for defining, addressing and interacting with resources addressable by URIs.

Architectures that follow these principles are said to be RESTful. The principles include: abstraction of state into resources and a uniform set of representations and operations (e.g., HTTP verbs like GET and PUT as the only means to manipulate a resource).

Back to Dictionary Print PDF