- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 217字
- 2021-07-02 20:52:21
Understanding HTTP and REST
REST means Representational State Transfer. The REST architecture style was a PhD dissertation by Roy T. Fielding titled Architectural Styles and the Design of Network-based Software. This paper was first published in 2000 after a 6 year study. We can be thankful to Mr. Fielding for the research work and findings.
The modern-day API is modeled around REST, and you will hear people mentioning, it's not RESTful or questioned, is your API RESTful?
To create and model a well-defined API, you need to have sound knowledge of REST. For this reason, we will delve a bit deeper into Roy T. Fielding's study.
Roy T. Fielding set out to fix a few problems that showed their head in 1993. Many authors were publishing their work on the web, and they wanted to collaborate. The web became a great place to share and discuss research work. However, no sooner had it got popular did it become troublesome.
There seem to be missing standards in terms of how documents were published and how they could be edited. There were also problems related to infrastructure and speed, and editing and accessing documents was slow.
In this chapter, we will look into the following topics:
- Software architecture
- REST principles
- REST architectural elements
- HTTP
- HTTP/2
- The Richardson maturity model
- Mastering Visual Studio 2017
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Learning AWS Lumberyard Game Development
- QTP自動化測試進階
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Instant Ext.NET Application Development
- C語言程序設計實驗指導 (第2版)
- 零基礎趣學C語言
- 第一行代碼 C語言(視頻講解版)
- NGINX Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- Scala for Machine Learning(Second Edition)
- Python機器學習之金融風險管理
- PHP與MySQL權威指南
- Java程序設計實用教程(第2版)