About REST

REST stand for ( Representational state transfer ) and it is a distributed system framework which is used for Web protocols and technologies. The REST architecture involves client and server to interact with each other and share data information resources. All the websites are used REST services and REST is used to capture website data through interpreting extensible markup language (XML) Web page files with the desired data. In the online pages REST is used for providing data to user. The client and server are separated from REST operations through a uniform interface, which improves client code portability. Each client request must contain all required data for request processing without storing client context on the server .

Related resources for REST