ESPAsyncWebServer
ESPAsyncWebServer copied to clipboard
feat: added global filter and global disconnect
- added global filter
- added global disconnect handler
The global filter is very useful for server-wide filtering, without the necessity to wrap each request handler. It's handy also for request logging, where a global disconnect handler helps.