Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit ce6fa78

Browse files
authored
v1.6.2 to add demo sending in chunks
#### Releases v1.6.2 1. Add examples [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/Async_AdvancedWebServer_SendChunked) and [AsyncWebServer_SendChunked](https://github.com/khoih-prog/AsyncWebServer_RP2040W/tree/main/examples/AsyncWebServer_SendChunked) to demo how to use `beginChunkedResponse()` to send large `html` in chunks 2. Use `allman astyle` and add `utils`
1 parent 969bd17 commit ce6fa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ AsyncWebServer is @ IP : 192.168.2.232
16331633
[AWS] Bytes sent in chunk = 0
16341634
```
16351635

1636-
You can access the Async Advanced WebServers @ the server IP and corresponding ports (8080, 8081 and 8082)
1636+
You can access the Async Advanced WebServers @ the server IP
16371637

16381638
<p align="center">
16391639
<img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/raw/main/pics/AsyncWebServer_SendChunked.png">

0 commit comments

Comments
 (0)