RomeHein / ESPecial

ESP32 automation with web interface and telegram bot
GNU General Public License v3.0
111 stars 17 forks source link

Not a REST API #10

Open RomeHein opened 4 years ago

RomeHein commented 4 years ago

Async web server does not handle parameters in URI. So I had to fall back to query parameters, which is not really restful. So I need to add some kind of parser: see addRewrite from ESPAsyncWebServer. This might need some extended work though -_-'