- Building RESTful Web Services with .NET Core
- Gaurav Aroraa Tadit Dash
- 56字
- 2025-04-04 16:50:18
REST constraints
REST is defined by six constraints, as shown in the following diagram. One of them is optional:

Each of these constraints enforce a design decision for the service that is to be followed. If it is not followed, the service can't be denoted as RESTful. Let's discuss these constraints one by one.