- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 121字
- 2021-07-02 20:52:23
Representations
A representation is a combination of the data you want to share and the metadata associated with it. The format of a representation is known as a media type. Media will be discussed in more detail later on in this chapter with some concrete examples. Media types are important when the server sends some data for the client to render; ideally, the server will send the media type first, which will describe to the client how the data should be rendered. As the client receives the data, it can start rendering the representation, which results in a better user experience. This is compared to the client receiving all the data and then receiving instructions on how to render the representation.
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- Learning PostgreSQL
- 零基礎(chǔ)學(xué)C++程序設(shè)計(jì)
- MATLAB應(yīng)用與實(shí)驗(yàn)教程
- Java編程的邏輯
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(2)
- Julia for Data Science
- Spring MVC+MyBatis開發(fā)從入門到項(xiàng)目實(shí)踐(超值版)
- Odoo 10 Implementation Cookbook
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Vue.js應(yīng)用測試
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)原理(第2版)
- R語言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)