- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- ASP.NET MVC4框架揭秘
- Objective-C應用開發全程實錄
- Android Studio Essentials
- Apache Spark 2.x Machine Learning Cookbook
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- 假如C語言是我發明的:講給孩子聽的大師編程課
- bbPress Complete
- PySide 6/PyQt 6快速開發與實戰
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 軟件測試綜合技術
- Mastering Elasticsearch(Second Edition)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Julia數據科學應用
- Android系統下Java編程詳解