warp
warp copied to clipboard
Add Charset functionality to SSE reply.
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.