me-no-dev / ESPAsyncWebServer

Async Web Server for ESP8266 and ESP32
3.59k stars 1.17k forks source link

Can't find the implementation of AsyncWebServer class #1248

Open the-powl opened 1 year ago

the-powl commented 1 year ago

Sorry for the noob question but I'm desperately searching for the implementation of the AsyncWebServer class. I wanted to take a look on what's going on under the hood. In ESPAsyncWebServer.h I can find lots of stuff being defined but seemingly nowhere implemented, even when looking in all the other files. Yet my script compiles so apparently I'm just overlooking something. Where can I find the implementations?

jasonk commented 1 year ago

Did you try WebServer.cpp?

stale[bot] commented 1 year ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.