- 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
- Learn TypeScript 3 by Building Web Applications
- 程序員面試算法寶典
- x86匯編語言:從實模式到保護模式(第2版)
- Mastering JavaScript Design Patterns(Second Edition)
- HTML5 APP開發從入門到精通(微課精編版)
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- R語言數據挖掘:實用項目解析
- JavaWeb從入門到精通(視頻實戰版)
- JBoss AS 7 Development
- 小學生C++趣味編程從入門到精通
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用
- HTML5 Boilerplate Web Development
- SFML Essentials
- 軟件工程實用教程 (第3版)
- Comprehensive Ruby Programming