htmx icon indicating copy to clipboard operation
htmx copied to clipboard

Support for chunked transfer encoding

Open carlos-verdes opened this issue 8 months ago • 12 comments

Hi, I have a server that is responding with a http chunked response to load data as it's available (also it reduces the consumption of memory on the server): https://en.wikipedia.org/wiki/Chunked_transfer_encoding

When I make a direct call with my browser I can see how the results pop-up as they are flushed from the server (as expected) however if I use hx-get I don't see anything in the screen until the full response is sent (not the expected behavior)

I see there is support for SSE and Web Sockets, is there a plan to support this feature also?

carlos-verdes avatar Oct 20 '23 08:10 carlos-verdes