- Building RESTful Web Services with Spring 5(Second Edition)
- Raja CSP Raman Ludovic Dewailly
- 115字
- 2021-06-30 19:13:24
More on REST
In web applications, REST is typically used over HTTP. REST doesn't need to be tied to any specific protocol. In HTTP REST, we mainly use the GET, POST, PUT, and DELETE methods to change the state of the resources we access. Other HTTP methods, such as OPTIONS, HEAD, CONNECT, and TRACE, can be used for more advanced operations, for example, for caching and debugging purposes. Most servers have disabled advanced methods for security and simplicity reasons; however, you can enable them by adjusting the server configuration files. As JSON is used as a primary media type for major applications, we also use only the JSON media type for our web service calls.
推薦閱讀
- 社交網(wǎng)絡(luò)對齊
- 網(wǎng)絡(luò)協(xié)議工程
- 6G潛在關(guān)鍵技術(shù)(下冊)
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- 物聯(lián)網(wǎng)安全:理論、實踐與創(chuàng)新
- 數(shù)字烏托邦
- Mastering JavaFX 10
- Getting Started with Grunt:The JavaScript Task Runner
- Bonita Open Solution 5.x Essentials
- 計算機網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 網(wǎng)管第一課:網(wǎng)絡(luò)操作系統(tǒng)與配置管理
- Android UI Design
- 物聯(lián)網(wǎng)工程導論(第3版)
- 移動互聯(lián)網(wǎng)環(huán)境下的核心網(wǎng)剖析及演進
- Next.js Quick Start Guide