Representational State Transfer - Central Principle

Central Principle

An important concept in REST is the existence of resources (sources of specific information), each of which is referenced with a global identifier (e.g., a URI in HTTP). In order to manipulate these resources, components of the network (user agents and origin servers) communicate via a standardized interface (e.g., HTTP) and exchange representations of these resources (the actual documents conveying the information). For example, a resource that represents a circle (as a logical object) may accept and return a representation that specifies a center point and radius, formatted in SVG, but may also accept and return a representation that specifies any three distinct points along the curve (since this also uniquely identifies a circle) as a comma-separated list.

Any number of connectors (e.g., clients, servers, caches, tunnels, etc.) can mediate the request, but each does so without "seeing past" its own request (referred to as "layering," another constraint of REST and a common principle in many other parts of information and networking architecture). Thus, an application can interact with a resource by knowing two things: the identifier of the resource and the action required—it does not need to know whether there are caches, proxies, gateways, firewalls, tunnels, or anything else between it and the server actually holding the information. The application does, however, need to understand the format of the information (representation) returned, which is typically an HTML, XML or JSON document of some kind, although it may be an image, plain text, or any other content.

Read more about this topic:  Representational State Transfer

Famous quotes containing the words central and/or principle:

    The central paradox of motherhood is that while our children become the absolute center of our lives, they must also push us back out in the world.... But motherhood that can narrow our lives can also broaden them. It can make us focus intensely on the moment and invest heavily in the future.
    Ellen Goodman (20th century)

    The principle of the brotherhood of man is ... narcissistic ... for the grounds for that love have always been the assumption that we ought to realize that we are the same the whole world over.
    Germaine Greer (b. 1939)