--- title: HTTP Brief Introduction tags: - web - http date: 2024-03-07 --- HTTP是在网络上传输HTML的协议,用于浏览器和服务器的通信。 ## Learn HTTP by devTool ![](computer_sci/web/http/attachments/Pasted%20image%2020240307164822.png) * `Elements`显示网页的结构 * `Network`显示浏览器和服务器的通信 * `Console` 用于debug的控制台,debug JS的运行 # Reference * https://www.liaoxuefeng.com/wiki/1016959663602400/1017804782304672