- Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use
beginChunkedResponse()
to send largehtml
in chunks - Use
allman astyle
and addutils
- Support using
CString
to save heap to sendvery large data
. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8 and All memmove() removed - string no longer destroyed #11 - Add multiple examples to demo the new feature
- Initial coding to port ESPAsyncWebServer to ESP8266 boards using W5x00 / ENC28J60 Ethernet.
- Add more examples.
- Add debugging features.
- Bump up to v1.4.1 to sync with AsyncWebServer_WT32_ETH01 v1.4.1.