- 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
推薦閱讀
- 大學計算機基礎(第二版)
- Building a Game with Unity and Blender
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Learning Informatica PowerCenter 10.x(Second Edition)
- 區塊鏈:以太坊DApp開發實戰
- Swift 3 New Features
- Apache Karaf Cookbook
- SQL Server從入門到精通(第3版)
- Scala Reactive Programming
- Mastering Git
- OpenCV with Python By Example
- HTML5與CSS3權威指南
- MongoDB Cookbook
- C語言程序設計教程
- 趣學數據結構