docs: 更新文章

This commit is contained in:
DuRuofu
2025-02-23 11:12:52 +08:00
parent 1628ab48bb
commit 57dc9f70a4
76 changed files with 183 additions and 189 deletions

View File

@@ -1,9 +1,9 @@
# ESP32网络入门 - HTTP协议服务端
> [!TIP] 🚀 **HTTP服务端 | 在ESP32上搭建你的Web服务器**
> [!TIP] 🚀 HTTP服务端 | 在ESP32上搭建你的Web服务器
> - 💡 **碎碎念**😎:本节将介绍如何在 ESP32 上实现 HTTP 服务端,处理来自客户端的请求,并返回相应的内容。你将学习如何搭建简单的 Web 服务器,并处理常见的 HTTP 请求。
> - 📺 **视频教程**:暂无
> - 💾 **示例代码**暂无
> - 💾 **示例代码**[ESP32-Guide/code/05.wifi/http](https://github.com/DuRuofu/ESP32-Guide/tree/main/code/05.wifi/http)
## 一、介绍