📜  休息中的资源 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:09.959000             🧑  作者: Mango

代码示例1
REST architecture treats any content 
as a resource, which can be either
text files, HTML pages, images, videos
or dynamic business information.
REST Server gives access to resources
and modifies them, where each resource
is identified by URIs/ global IDs.