REST
- noun
- /rɛst/
- Specialized
- The software developers used a REST architecture to create a more efficient web service.
- a REST interface
Examples
-
The Web interface builds on the REST interface using standard Asynchronous JavaScript (AJAX) and XML techniques.
Academic text (2012) -
So we must observe many stars with the REST and hope that chance rewards us with a transiting ESE.
Academic text (2007) -
The direction of search is, therefore, the most important issue of REST operation.
Academic text (2007) -
The REST interface is versioned, so GO can evolve its REST interface without breaking existing clients.
Academic text (2012) -
Excellence (CONET) 6 employed a REST API to provide uniform web-based access to different testbeds.
Academic text (2012) -
When designing network applications, the team decided to implement a REST API to simplify data access.
-
With the REST approach, clients can interact with server resources using standard HTTP methods.
Idioms
Compounds
- Specialized
A small support on a violin or viola that you put your chin on for comfort and stability while playing
- Specialized
The amount of matter in an object measured when it is not moving, not how heavy it feels
- Archaic
A period of bed rest to help someone recover from stress or nervous problems
- Specialized
Energy equal to a particle's mass when it is not moving, calculated as mass times the speed of light squared
Surface Forms
Etymology
REST comes from the acronym Representational State Transfer, a name for a way to move web data as 'representations' and 'state' between a client and a server. A helpful way to remember it is that the common word 'rest' suggests not keeping memory — REST systems are 'stateless', so each request works alone and the server does not keep the client's past, making web services simpler and easier to handle many users.