Home / Questions / What is REST?
Explanatory Question

What is REST?

👁 92 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

REST (REpresentational State Transfer) is an architectural style that follows six guiding constraints: statelessness, client-server architecture, cacheability, layered system, code on demand (optional), and uniform interface.