- 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.
推薦閱讀
- Web應(yīng)用系統(tǒng)開發(fā)實(shí)踐(C#)
- Java 開發(fā)從入門到精通(第2版)
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實(shí)戰(zhàn)(跨平臺移動開發(fā)叢書)
- 零基礎(chǔ)學(xué)Scratch少兒編程:小學(xué)課本中的Scratch創(chuàng)意編程
- Spring實(shí)戰(zhàn)(第5版)
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- 深度強(qiáng)化學(xué)習(xí)算法與實(shí)踐:基于PyTorch的實(shí)現(xiàn)
- 青少年學(xué)Python(第1冊)
- Active Directory with PowerShell
- Express Web Application Development
- C/C++程序員面試指南
- HTML5從入門到精通(第4版)
- Extreme C
- Raspberry Pi Robotic Projects(Third Edition)