What is the difference between HTTP and REST?

前端 未结 12 906
南方客
南方客 2020-11-28 00:01

After reading a lot about the differences between REST and SOAP, I got the impression that REST is just another word for HTTP. Can someone explain what functionality REST ad

12条回答
  •  情深已故
    2020-11-28 00:43

    REST is not necessarily tied to HTTP. RESTful web services are just web services that follow a RESTful architecture.

    What is Rest -
    1- Client-server
    2- Stateless
    3- Cacheable
    4- Layered system
    5- Code on demand
    6- Uniform interface
    

提交回复
热议问题