differences.txt
来自「HTTP/1.0 Client HTTP/1.0 Server」· 文本 代码 · 共 19 行
TXT
19 行
The Differences between HTTP/1.0 and HTTP/1.1:
1.
- HTTP 1.0 supports nonpersistent connection.
- HTTP 1.0 used a different TCP connection for each request.This includes files embedded in a web page. Consider a web page with four embedded .jpg images. A separate TCP connection must be established for each image file in addition to the web page itself.
2.
- HTTP 1.0 defined a limited number of response codes (sixteen codes). Finer-grained error reporting requires a larger pool of response codes.
- The codes of HTTP 1.1 includes is more than second times of HTTP 1.0 includes.
3.
- HTTP/1.0 requests do not pass the hostname part of the request URL.
- HTTP/1.1 requires requests to include a Host header.
4.
- HTTP 1.0 supports multiple Web sites from a single IP address, which may creat serious problems.
- HTTP/1.1 accepts absolute URIs to adapt to the growth of the Web, and the developing number of servers.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?