warp icon indicating copy to clipboard operation
warp copied to clipboard

Add Charset functionality to SSE reply.

Open kouta-kun opened this issue 10 months ago • 0 comments

This PR adds the option to provide an explicit charset in a Server-Side Event reply. While according to Mozilla every event should be processed as utf-8 by default, some clients such as the IntelliJ HTTP Client plugin fail to decode the request correctly if the charset is not provided.

kouta-kun avatar Mar 25 '24 16:03 kouta-kun