Merge branch 'feat/upgrade_restful_server_example' into 'master'

Upgrade restful server example (Vue2->Vue3) (The webpage is mostly done by AI with tons of prompts)

See merge request espressif/esp-idf!40669
This commit is contained in:
morris
2025-07-24 13:36:22 +08:00
55 changed files with 1263 additions and 597 deletions

View File

@@ -106,7 +106,7 @@ Asynchronous Handlers
RESTful API
-----------
:example:`protocols/http_server/restful_server` demonstrates how to implement a RESTful API server and HTTP server, with a frontend browser UI, and designs several APIs to fetch resources, using mDNS to parse the domain name, and deploying the webpage to host PC via semihost technology or to SPI flash or SD Card.
:example:`protocols/http_server/restful_server` demonstrates how to implement a RESTful API server and web server, with a modern frontend UI, and designs several APIs to fetch resources, using mDNS to parse the domain name, and deploying the webpage to SPI flash.
URI Handlers
------------