Representational State Transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web (www). Conforming to the REST constraints is referred to as being ‘RESTful’.
Raccourcis du sens des actions HTTP:
Method | action |
---|---|
GET | Retrieve |
PUT | Replace |
POST | Create |
DELETE | Remove |
Voir aussi: