- Building Microservices with Go
- Nic Jackson
- 68字
- 2021-07-15 17:28:06
RESTful APIs
The term REST was suggested by Roy Fielding in his Ph.D. dissertation in the year 2000. It stands for Representational State Transfer and is described as:
"REST emphasizes scalability of component interactions, generality of interfaces, independent deployment of components, and intermediary components to reduce interaction latency, enforce security and encapsulate legacy systems."
Having an API that conforms to the REST principles is what makes it RESTful.
推薦閱讀
- C語言程序設(shè)計案例教程
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- iOS 9 Game Development Essentials
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計
- Learn Scala Programming
- SharePoint Development with the SharePoint Framework
- Learning FuelPHP for Effective PHP Development
- C程序設(shè)計實踐教程
- 深入淺出React和Redux
- Visual Basic程序設(shè)計上機(jī)實驗教程
- Java Web開發(fā)詳解
- Scala Data Analysis Cookbook
- Azure Serverless Computing Cookbook
- Image Processing with ImageJ
- 編程可以很簡單