mirror of
https://github.com/DuRuofu/ESP32-Guide.git
synced 2026-02-05 22:52:22 +08:00
docs: 更新文章
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
## 一、介绍
|
||||
|
||||
Reference in New Issue
Block a user