- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 148字
- 2021-07-02 20:52:23
Resources and resource identifiers
A resource is a reference to any information that you wish to share. It could be a picture or a document that you wish to share with your friends. Roy T. Fielding sums up a resource quite precisely. A resource is a conceptual mapping to a set of entities, not the entity that corresponds to the mapping at any particular point in time. More precisely, a resource R is a temporally varied membership function Mr(r), which for time t maps to a set of entities, or values, which are equivalent. The values in the set may be resource representations and/or resource identifiers.
When a resource is used between components, a resource identifier is used by REST to know which resource it is.
Your resource should have a resource identifier when it is used between components, which is used by REST to identify your resource.
- AngularJS入門與進(jìn)階
- 軟件架構(gòu)設(shè)計:大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- 算法精粹:經(jīng)典計算機(jī)科學(xué)問題的Java實現(xiàn)
- 程序員面試算法寶典
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實踐
- R用戶Python學(xué)習(xí)指南:數(shù)據(jù)科學(xué)方法
- iPhone應(yīng)用開發(fā)從入門到精通
- Mastering Elasticsearch(Second Edition)
- C++從入門到精通(第6版)
- Mastering Gephi Network Visualization
- Appcelerator Titanium:Patterns and Best Practices
- Less Web Development Cookbook
- Dart:Scalable Application Development
- Java Script從入門到精通(第5版)
- PHP程序員面試算法寶典