Open acztassi opened 6 months ago
EDIT: Deleted because not applicable.
the problem i that I can't register handlers trough "server.on( ...", because the uris won't be the same every time .. for a better comprehension, there will be one main uri, like "/apiconfig" where i will register or remove addresses from the webserver. Then I was intending to do not register handlers, but use only one to manage all urls
hello.
I'm building a little framework for manage a complex automation, then the URIs are not gonna be the same every time.. then I was intending to use AsyncWebHandler, but I really didn't understand if is it possible .. let me show the idea
only add this class and do not use "server.on(...." to set endpoints is it possible? Is there any issue?