ESP32 web server: Controlling HTTP methods allowed

Опубликовано: 03 Апрель 2026
на канале: Techtutorialsx
4,105
33

Written post with code at my blog:
https://techtutorialsx.com/2018/02/03...

This video tutorial explains how to control the HTTP methods allowed for a client to use when making requests to a route, using the ESP32, the Arduino core and the HTTP async web server libraries.

Possible enum values to control routes:
https://github.com/me-no-dev/ESPAsync...

FireBeetle ESP32 board
https://www.dfrobot.com/product-1590....

Related posts (written):
Connecting ESP32 to WiFi network: https://techtutorialsx.com/2017/04/24...
Placehoder engine of the HTTP web server framework:https://techtutorialsx.com/2018/07/23...
Handling route not found: https://techtutorialsx.com/2018/01/15...
External and internal redirects: https://techtutorialsx.com/2018/01/14...

Many other ESP32 tutorials here:
https://techtutorialsx.com/category/e...