- 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.
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- Mastering JavaScript Functional Programming
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- Mastering Concurrency in Go
- WordPress Plugin Development Cookbook(Second Edition)
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開發(fā)實(shí)例教程
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Android系統(tǒng)原理及開發(fā)要點(diǎn)詳解
- Mastering AWS Security
- Maker基地嘉年華:玩轉(zhuǎn)樂動(dòng)魔盒學(xué)Scratch
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Clojure編程樂趣
- Python編程基礎(chǔ)與數(shù)據(jù)分析
- C++程序設(shè)計(jì)習(xí)題與實(shí)驗(yàn)指導(dǎo)