忘记过去,超越自己
- ❤️ 博客主页 单片机菜鸟哥,一个野生非专业硬件IOT爱好者 ❤️
- ❤️ 本篇创建记录 2021-06-04 ❤️
- ❤️ 本篇更新记录 2022-01-22 ❤️
- 🎉 欢迎关注 🔎点赞 👍收藏 ⭐️留言📝
- 🙏 此博客均由博主单独编写,不存在任何商业团队运营,如发现错误,请留言轰炸哦!及时修正!感谢支持!
- 🔥 Arduino ESP8266教程累计帮助过超过1W+同学入门学习硬件网络编程,入选过选修课程,刊登过无线电杂志 🔥
这里写目录标题
-
- 1. 前言
- 2. ESPAsyncWebServer 简述
-
- 2.1 官方案例
- 2.2 请求:通用参数(Common Variables)
- 2.3 请求:请求头(Headers)
- 2.4 请求:请求参数(GET, POST and FILE parameters)
- 2.5 请求:处理文件上传(FILE Upload handling)
- 2.6 响应:重定向URL
- 2.7 响应:Basic response with HTTP Code
- 2.8 响应:Basic response with HTTP Code and extra headers
- 2.9 响应:Basic response with string content
- 2.10 响应:Basic response with string content and extra headers
- 2.11 响应:Send large webpage from PROGMEM(发送HTML)
- 2.12 响应:Send large webpage from PROGMEM and extra headers
- 2.13 响应:Send large webpage from PROGMEM containing templates(非常有用)
- 2.14 响应:Send large webpage from PROGMEM containing templates and extra headers
- 2.15 响应:Send binary content from PROGMEM
- 2.16 响应:Respond with content coming from a Stream
- 2.17 响应:Respond with content coming from a Stream and extra headers
- 2.18 响应:Respond with content coming from a Stream containing templates
- 2.19 响应:Respond with content coming from a Stream containing templates and extra headers
- 2.20 响应:Respond with content coming from a File
- 2.21 响应:Respond with content coming from a File and extra headers
- 2.22 响应:Respond with content coming from a File containing templates
- 2.23 响应:Respond with content using a callback
- 2.24 响应:Respond with content using a callback and extra headers
- 2.25 响应:Respond with content using a callback containing templates
- 2.26 响应:Respond with content using a callback containing templates and extra header
- 2.27 响应:Chunked Response
- 2.28 响应:Chunked Response containing templates
- 2.29 响应:Print to response
- 2.30 响应:ArduinoJson Basic Response
- 3. SPIFFS
- 4.websocket
1. 前言
在学习Arduino ESP32 或者ESP8266的时候,我们也会去学习库自带的WebServer。
不过,这些库是同步(在loop里面不断