- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 110字
- 2021-07-02 20:52:23
Data elements
When you select a hyperlink where data needs to be transferred from the server to the client, the client needs to interpret the data and render it into a format to the user. How does the REST principle do this? The REST components transfer the data as well as the metadata to the client, with instructions to help the client compose the resource that it has requested:
Data element
Modern web examples
Resource
The intended conceptual target of a hypertext reference
Resource identifier
URL, URN
Representation
HTML document, JPEG image
Representation metadata
Media type, last modified time
Resource metadata
Source link, alternates, vary
Control data
If-modified-since, cache control
推薦閱讀
- DevOps for Networking
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標準庫
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Oracle Database 12c Security Cookbook
- R的極客理想:工具篇
- Python機器學習實戰(zhàn)
- Clojure Reactive Programming
- Visual Basic程序設(shè)計
- JavaScript動態(tài)網(wǎng)頁編程
- Learning Nessus for Penetration Testing
- Clojure High Performance Programming(Second Edition)
- Learn Linux Quickly
- C#程序開發(fā)參考手冊
- Selenium Essentials
- Python程序設(shè)計現(xiàn)代方法