- 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.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- HTML5移動Web開發技術
- C語言程序設計習題解析與上機指導(第4版)
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Interactive Data Visualization with Python
- 樂學Web編程:網站制作不神秘
- Java程序員面試算法寶典
- Python金融數據分析
- Linux Device Drivers Development
- Learning Laravel's Eloquent
- 微服務架構深度解析:原理、實踐與進階
- .NET Standard 2.0 Cookbook
- 計算機應用基礎項目化教程
- 算法設計與分析:基于C++編程語言的描述