mjackson/mach

Streaming example

Closed this issue · 1 comments

Can you please provide an example in your documentation for how to send a streaming response via chunked transfer encoding. Ideally including how to set additional headers AFTER the stream has ended.

@eshao There is an example of sending a stream in the examples directory. You can send any chunked encoding headers and trailers using that example.