Open RomeHein opened 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 -_-'
addRewrite
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 -_-'