请求RESTful的解释

2013-01-11 14:57:43 +08:00
 n00b1
For an API or web service to be RESTful, it must do the following:

1, Separate the client from the server
2, Not hold state between requests (meaning that all the information necessary to respond to a request is available in each individual request; no data, or state, is held by the server from request to request)
3, Use HTTP and HTTP methods (as explained in the next section).

如上这段是我摘抄的第2、3点我大致能够理解(也麻烦各位帮忙看看理解是否正确)
2, 一旦有从client到server的request,server都会无条件的返回相应的response,譬如,我按照twitter给出的API去拿twits,twitter立马就会给予回应,返回相应的twits不能不给
3, 就是用那些HTTP (GET, POST, PUT, DELETE)方法

唯独第一点有点不明白,客户和服务器分离?客户服务器本来就是分离的呀,难道有不分离的情况?
2955 次点击
所在节点    问与答
2 条回复
binux
2013-01-11 15:03:30 +08:00
“一旦有从client到server的request,server都会无条件的返回相应的response,譬如,我按照twitter给出的API去拿twits,twitter立马就会给予回应,返回相应的twits不能不给”

可以不给,但是必须告诉你,我不给你
ninion
2013-01-11 16:31:07 +08:00

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/57290

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX