We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REST: Representational State Transfer。表现层状态转化。也可叫 “资源表现层状态转化”。
URI 指向资源,URI 只表现资源的位置。
资源呈现的形式,表现不应在 URL 呈现,可以放在 Accept/Content-Type。
Accept/Content-Type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
名词解释
REST: Representational State Transfer。表现层状态转化。也可叫 “资源表现层状态转化”。
RESTful 风格
资源(URI)
URI 指向资源,URI 只表现资源的位置。
表现层
资源呈现的形式,表现不应在 URL 呈现,可以放在
Accept/Content-Type
。状态转化
状态码
参考资料
The text was updated successfully, but these errors were encountered: