me-no-dev / ESPAsyncTCP

Async TCP Library for ESP8266
GNU Lesser General Public License v3.0
755 stars 392 forks source link

Sending multiple chunks of HTML as one (200, OK) respons #177

Closed mano1979 closed 2 years ago

mano1979 commented 2 years ago

I want to dynamically change some values in the html that is send on a GET request. Therefor i want to do this:

send html-block-1 send var 1 send html-block-2 send var 2 send html-block-3

For me it doesn't matter if it is send all at once of in chunks, but i cannot find a way to do it. How do i send multiple pieces of html (with the addition af the variables as "one" webpage?

stale[bot] commented 2 years ago

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.