其他分享
首页 > 其他分享> > REST core concept

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.

标签:core,What,concept,service,use,REST
来源: https://www.cnblogs.com/HeCG95/p/11790548.html