What is the difference between HTTP and REST?

前端 未结 12 927
南方客
南方客 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:32

    From You don't know the difference between HTTP and REST

    So REST architecture and HTTP 1.1 protocol are independent from each other, but the HTTP 1.1 protocol was built to be the ideal protocol to follow the principles and constraints of REST. One way to look at the relationship between HTTP and REST is, that REST is the design, and HTTP 1.1 is an implementation of that design.

提交回复
热议问题