一次完整的http请求
2019-07-07 本文已影响0人
赋帘楠霓
1:建立TCP连接
2:web浏览器向web服务器发送请求行
3:web浏览器发送请求头
4:web服务器发送应答
5:web服务器发送应答头
6:web服务器向web浏览器发送数据
7:web服务器关闭TCP连接
1:建立TCP连接
2:web浏览器向web服务器发送请求行
3:web浏览器发送请求头
4:web服务器发送应答
5:web服务器发送应答头
6:web服务器向web浏览器发送数据
7:web服务器关闭TCP连接