Kizspy | Question: 2
(Choose 3 answers)
Which statements correctly describe RESTful API design principles?
A. Statelessness: Each request from a client to server must contain all the information needed to understand and process the request.
B. Cacheability: Responses must define themselves as cacheable or not.
C. Uniform Interface: The interface between client and server must be uniform and consistent.
D. Stateful interactions: The server must keep track of client state across requests.