Skip to content

Commit caa19ca

Browse files
committed
add http协议结构图
1 parent 3ef4578 commit caa19ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

images/http协议结构图.jpg

73.1 KB
Loading

爬虫预备知识.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
* [HTTP](#http)
1313
* [HTTP 请求流程](#http-请求流程)
1414
* [五层网络模型](#五层网络模型)
15-
* [网络模型对应关系](#网络模型对应关系表)
15+
* [HTTP协议结构图](#HTTP协议结构图)
16+
* [网络模型对应关系](#网络模型对应关系)
1617
* [url 地址格式](#url-地址格式)
1718
* [HTTP 请求](#http-请求)
1819
* [HTTP 响应](#http-响应)
@@ -89,6 +90,10 @@
8990

9091
![](./images/网络模型图.jpg)
9192

93+
##### HTTP协议结构图
94+
95+
![](./images/http协议结构图.jpg)
96+
9297
##### 网络模型对应关系
9398

9499
1. HTTP、RTSP、FTP -------> 应用层

0 commit comments

Comments
 (0)