REST core concept

What is REST?

Representational State Transfer

What is the core concept?

Your services should embrace the use of the HTTP verbs(like GET, POST, PUT, and DELETE) to represent the core actions of the service and use a lightweight web-oriented data serialization protocol, such as JSON, for requesting and receiving data from the service.

posted @ 2019-11-04 09:45  snower1995  阅读(125)  评论(0编辑  收藏  举报