AnswerDotAI / fasthtml-example

Example fasthtml applications demonstrating a range of web programming techniques
Apache License 2.0
640 stars 98 forks source link

Add necessary header to for chunked transfer to work #31

Closed rian-dolphin closed 2 months ago

rian-dolphin commented 2 months ago

This chunked transfer app does not work without the chunked transfer HTMX extension. This PR adds that extension to the headers and allows the app to work as expected.

jph00 commented 2 months ago

Thank you!

fabge commented 2 months ago

this is actually not necessary - the ct_hdr=True already suffices to set the header for the extension.