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和服务器轻松对话**
> [!TIP] 🚀 HTTP客户端 | 让ESP32和服务器轻松对话
> - 💡 **碎碎念**😎:本节将介绍如何在 ESP32 上使用 HTTP 协议作为客户端,向远程服务器发送请求并获取响应。你将学习如何配置请求参数和处理响应内容。
> - 📺 **视频教程**:暂无
> - 💾 **示例代码**暂无
> - 💾 **示例代码**[ESP32-Guide/code/05.wifi/http](https://github.com/DuRuofu/ESP32-Guide/tree/main/code/05.wifi/http)
### 一、概述