quartz/content/computer_sci/web/http/http_introduction.md
2024-03-07 20:17:56 +08:00

20 lines
483 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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