- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 94字
- 2021-06-30 19:13:23
Uniform interface
In REST principles, all resources are identified by the Uniform Resource Identifier (URI).
HTTP REST resources are represented in some media types, such as XML, JSON, and RDF. Also, RESTful resources are self-descriptive, which means enough information is given to describe how to process the request.
In another REST principle, the clients interact with servers through hypermedia, which is dynamically provided by the servers. Other than endpoints, clients don't need to know how to interact with RESTful services. This principle is referred to as Hypermedia as the Engine of Application State (HATEOAS).
推薦閱讀
- 數(shù)據(jù)通信網(wǎng)絡實踐:基礎知識與交換機技術(shù)
- INSTANT PhpStorm Starter
- 物聯(lián)網(wǎng)之魂:物聯(lián)網(wǎng)協(xié)議與物聯(lián)網(wǎng)操作系統(tǒng)
- Django 2 by Example
- 社交電商運營策略、技巧與實操
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)及應用
- HCNA網(wǎng)絡技術(shù)
- 光纖通信系統(tǒng)與網(wǎng)絡(修訂版)
- jQuery Mobile Web Development Essentials
- Enterprise ApplicationDevelopment with Ext JSand Spring
- 物聯(lián)網(wǎng)
- NB-IoT原理和優(yōu)化
- RestKit for iOS
- 視聽變革:廣電的新媒體戰(zhàn)略
- Hands-On Microservices:Monitoring and Testing