master
Breaking: Renamed Middleware classes to not conflict with Arduino Core 3.1.1 which now has Middleware support
rework SSE for String's instead of std::string
Fix #142: canHandle implementations should check for the request type (http, websocket, sse)
Code cleanup: virtual destructors, hierarchy, AsyncResponseStream, etc
Moved implementations in cpp files
move AsyncWebSocket's WS_EVT_CONNECT callback out of AsyncWebSocketClient's constructor
Added WS_PING event
moved backported files
Prepare move to https://github.com/ESP32Async/ESPAsyncWebServer
rework INM/IMS handling for AsyncStaticWebHandler
Reset connection when appropriate + some code cleanup
implement in-flight buffer credits and event moderation for large/chunked responses
clang reformat
rework SSE handling