- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 101字
- 2021-07-02 20:52:24
HTTP
HTTP stands for Hypertext Transfer Protocol. The very first version was 0.9; then came version 1.0.
The key difference between 1.0 and 1.1 is that the client makes a connection with the server and that connection is reused, whereas in HTTP 1.0, the connection is thrown away and for each request, a new connection is created. HTTP 1.1 is also derived by applying the REST constraints to 1.0.
A basic HTTP message is composed of a header and body.
When the client communicates with the server, it communicates via HTTP. The server responds to the client with messages and code.
推薦閱讀
- Learning ArcGIS Pro 2
- Wireshark Network Security
- Java面向對象程序開發及實戰
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Learning Laravel's Eloquent
- C++程序設計教程(第2版)
- Practical Predictive Analytics
- ROS機器人編程實戰
- Laravel Design Patterns and Best Practices
- INSTANT LESS CSS Preprocessor How-to
- 例說FPGA:可直接用于工程項目的第一手經驗
- 現代C++語言核心特性解析
- Learning Redux
- Java面試一戰到底(基礎卷)
- Managing Windows Servers with Chef