- Building RESTful Web services with Go
- Naren Yellavula
- 151字
- 2021-07-02 20:14:01
REST API
The name Representational state transfer (REST) was coined by Roy Fielding from the University of California. It is a very simplified and lightweight web service compared to SOAP. Performance, scalability, simplicity, portability, and modifiability are the main principles behind the REST design.
The REST API allows different systems to communicate and send/receive data in a very simple way. Each and every REST API call has a relation between an HTTP verb and the URL. The resources in the database in an application can be mapped with an API endpoint in the REST.
When you are using a mobile app on your phone, your phone might be secretly talking to many cloud services to retrieve, update, or delete your data. REST services have a huge impact on our daily lives.
REST is a stateless, cacheable, and simple architecture that is not a protocol but a pattern.
- Cisco OSPF命令與配置手冊
- 網(wǎng)絡(luò)協(xié)議工程
- Building E-commerce Sites with VirtueMart Cookbook
- 物聯(lián)網(wǎng)識別技術(shù)
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- TCP/IP入門經(jīng)典(第5版)
- 計算機網(wǎng)絡(luò)與數(shù)據(jù)通信
- PLC、現(xiàn)場總線及工業(yè)網(wǎng)絡(luò)實用技術(shù)速成
- Building RESTful Web Services with Spring 5(Second Edition)
- 網(wǎng)絡(luò)安全技術(shù)與解決方案(修訂版)
- 物聯(lián)網(wǎng)之霧:基于霧計算的智能硬件快速反應(yīng)與安全控制
- 圖解手機元器件維修技巧
- 網(wǎng)絡(luò)基礎(chǔ)與網(wǎng)絡(luò)管理項目化教程
- 2小時讀懂物聯(lián)網(wǎng)
- Bonita Open Solution 5.x Essentials