seanmonstar / warp

A super-easy, composable, web server framework for warp speeds.
https://seanmonstar.com/post/176530511587/warp
MIT License
9.59k stars 723 forks source link

Add Charset functionality to SSE reply. #1095

Open kouta-kun opened 7 months ago

kouta-kun commented 7 months ago

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.