ECS639U 10.1 States and Representations
logo
23/11/2020
Results

The Web is just one example of REST.

HTTP is a stateless protocol, so it does not support REST.

REST API is just another name for a Web API.

In a REST API anything can be considered a "resource".

Unsafe HTTP methods will always change the resource state.

Safe HTTP methods will never change the resource state.

HTTP responses are representations of the resource...

The "application state" refers to...