This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncWebServer_Ethernet
Releases · khoih-prog/AsyncWebServer_Ethernet
v1.5.1 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`
v1.5.1 to add examples to demo how to use `beginChunkedResponse()` to send large `html` in chunks, to use `allman astyle`
Latest
Releases v1.5.1
- Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use
beginChunkedResponse()
to send largehtml
in chunks - Use
allman astyle
and addutils
v1.5.0 to save heap when sending large data and to add examples to demo the new feature
Releases v1.5.0
- 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
v1.4.1 to provide AsyncWebServer support to ESP8266 boards using W5x00 / ENC28J60 Ethernet.
Releases v1.4.1
- 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.