mathieucarbou / ESPAsyncWebServer

Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040
https://mathieu.carbou.me/ESPAsyncWebServer/
GNU Lesser General Public License v3.0
83 stars 17 forks source link

add optional responce code to AsyncWebServerRequest::redirect() method #110

Closed vortigont closed 1 month ago

vortigont commented 1 month ago

Allows to specify differents redirect codes to use, i.e. 301/302, 307/308

mathieucarbou commented 1 month ago

I will release later this morning, thanks!

DRSDavidSoft commented 1 month ago

Wow, this is especially useful! 👍🏻

vortigont commented 1 month ago

Wow, this is especially useful! 👍🏻

yep, was my surprise not to find this handy feature :)