- 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.
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- 精通JavaScript+jQuery:100%動(dòng)態(tài)網(wǎng)頁(yè)設(shè)計(jì)密碼
- MySQL 8從入門到精通(視頻教學(xué)版)
- Mastering Natural Language Processing with Python
- 深入淺出DPDK
- Learning ArcGIS for Desktop
- Swift Playgrounds少兒趣編程
- 大數(shù)據(jù)分析與應(yīng)用實(shí)戰(zhàn):統(tǒng)計(jì)機(jī)器學(xué)習(xí)之?dāng)?shù)據(jù)導(dǎo)向編程
- Create React App 2 Quick Start Guide
- Elasticsearch Essentials
- RocketMQ實(shí)戰(zhàn)與原理解析
- Java EE 7 Development with WildFly
- CryENGINE Game Programming with C++,C#,and Lua
- Mastering JavaScript Promises
- C#網(wǎng)絡(luò)編程高級(jí)篇之網(wǎng)頁(yè)游戲輔助程序設(shè)計(jì)