書名: Mastering ASP.NET Web API作者名: Mithun Pattankar Malendra Hurbuns本章字數: 62字更新時間: 2021-07-02 20:52:27
Media types
Commonly referred to as MIME (Multipurpose Internet Mail Extensions) types, media types are used to identify the format of an HTTP message body. A media type is of the {type/subtype} format; examples are as follows:
- text/html
- image/png
- audio/mpeg
- video/avi
A request can be as follows:
GET: Host: Accept:application/json, text/javascript
The client is specifying which format it can receive data in.
推薦閱讀
- Visual Basic編程:從基礎到實踐(第2版)
- HTML5+CSS3基礎開發教程(第2版)
- 編程珠璣(續)
- Mastering Ubuntu Server
- Building RESTful Python Web Services
- 精通MATLAB(第3版)
- Python Data Analysis Cookbook
- Extending Puppet(Second Edition)
- Microsoft Azure Storage Essentials
- Learning YARN
- Android傳感器開發與智能設備案例實戰
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Mastering AWS Security
- Python預測分析與機器學習
- 現代CPU性能分析與優化