What's the difference between REST & RESTful

后端 未结 15 1327
情深已故
情深已故 2020-12-11 15:13

What\'s the difference between a REST system and a system that is RESTful?

From a few things I\'ve read most so called REST services are actually RESTful services. S

15条回答
  •  忘掉有多难
    2020-12-11 15:40

    Think of REST as an architectural "class" while RESTful is the well known "instance" of that class.

    Please mind the ""; we are not dealing with "real" programming objects here.

提交回复
热议问题