Jenney Zhao

导航

随笔分类 -  REST

REST基础
摘要:REST(Representational State Transfer表述性状态转移)是分布式网络系统的一种设计模式, 源自Roy T. Fielding in his PhD thesis in 2000.Resource – Oriented: Drivers of the resource design are networking aspects and not the object model.Key REST Principles•Give every “thing” an ID•Link things together(URI)•Use standard methods(Get 阅读全文

posted @ 2012-08-15 20:35 Jenney Zhao 阅读(152) 评论(0) 推荐(0)