Client - Serveur
Sans état (Stateless)
Mise en cache
Interface uniforme
Système hiérarchisé par couche
Code à la demande (facultatif)
H => Hypermedia
A => As
T => The
E => Engine
O => Of
A => Application
S => State
| Operation | HTTP Method | Caractéristiques |
|---|---|---|
| Create | POST | |
| Read | GET | safe, idempotent, cacheable |
| Update | PUT (ou PATCH) | idempotent |
| Delete | DELETE | idempotent |