REST Architectural Style: Statelessness, Caching, and Layered Systems

Classified in Computers

Written at on English with a size of 192.43 KB.

Chapter 3: Statelessness

This means that each request from a service consumer should contain all the necessary information for the service to understand the meaning of the request. All session state data should then be returned to the service consumer at the end of each request.

Figure 5.2. Statelessness ensures that each service consumer request can be treated independently by the service.

Image

Entradas relacionadas: