Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Created March 24, 2013 12:18
Show Gist options
  • Save kerryChen95/5231678 to your computer and use it in GitHub Desktop.
Save kerryChen95/5231678 to your computer and use it in GitHub Desktop.
我理解的REST这个名字的字面意思

REST: Representational state transfer 表征状态转移

表示各个HTTP请求之间是无状态的,也就是说单个HTTP请求包含了所作操作需要的所有信息。请求会使资源的状态发生变化(GET除外,但如果产生访问记录也算状态变化的话,那么GET也算)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment