I'm using ESPAsyncWebServer for a project. I'd like to know what all it does. I don't see anything like that in the GitHub documentation.
How do I get a list of what functions ESPAsyncWebServer performs?
I'm using ESPAsyncWebServer for a project. I'd like to know what all it does. I don't see anything like that in the GitHub documentation.
How do I get a list of what functions ESPAsyncWebServer performs?
the GitHub - me-no-dev/ESPAsyncWebServer: Async Web Server for ESP8266 and ESP32 contains a lot of information already but you need to understand also what HTTP is about and how it works to make sense of some of the techniques.
examples also use lambda functions which makes it non trivial for developers not familiar with C++
what do you really want to know and how savvy are you on HTTP and C++?