- Building RESTful Web Services with .NET Core
- Gaurav Aroraa Tadit Dash
- 56字
- 2021-06-25 21:23:04
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.