REST
Let's take a look at the REST architecture and some services that use REST.
We'll cover the following...
What is REST?
REST (REpresentation State Transfer) is an architectural style of networked systems, such as Web applications. REST was first introduced in 2000 in Roy Fielding’s ’s Ph.D. dissertation. Roy Fielding was one of the writers of the HTTP specification.
- REST is a simple stateless architecture that runs on HTTP.
- A good REST principle to start with is that the interaction between client and server during requests is stateless in nature.
- Each request