In previous chapters we looked at HTTP and gave an example of a web system. However, we didn’t give any particular structure to the system, just what was simple enough for the problem. There is an architectural style developed by one of the key authors of HTTP 1.1 (Roy Fielding) called REST (REpresentational State Transfer) . In this chapter we look at the REST style and what it means for building web applications. We have to go back to fundamentals for this.
REST has many components that have to be followed if the term REST can be properly applied. Unfortunately, it has become a buzzword, and many applications ...