webserver.sendContent method equivalent for ESPAsyncWebServer?
Posted: Thu Apr 10, 2025 2:29 pm
Hi,
I would like to know if there is a method like sendContent, but for ESPAsyncWebServer instead of the normal (sync) Webserver? I have a project and would like to convert it to use ESPAsyncWebServer.h instead of the normal Webserver.h library, but unfortunately there are many lines webserver.sendContent(...) in there and I don't know with what equivalent function I can replace them when using ESPAsyncWebServer?
I would like to know if there is a method like sendContent, but for ESPAsyncWebServer instead of the normal (sync) Webserver? I have a project and would like to convert it to use ESPAsyncWebServer.h instead of the normal Webserver.h library, but unfortunately there are many lines webserver.sendContent(...) in there and I don't know with what equivalent function I can replace them when using ESPAsyncWebServer?