随笔分类 -  计算机网络

摘要:1xx: Information Message: Description: 100 Continue The server has received the request headers, and the client should proceed to send the request bod 阅读全文
posted @ 2019-04-11 09:08 caohaizhusha
摘要:HTTP请求流 1.在浏览器中输入2.DNS解析变成ip并选择使用的端口3.通过ip和端口建立socket链接,向web服务器发送请求4.web服务器接受请求,将文件传输给相应的web浏览器5.关闭连接,应答结束后,web浏览器和web服务器必须断开,以保证其他浏览器能够与web服务器建立链接。 U 阅读全文
posted @ 2019-04-10 15:11 caohaizhusha