BlackSheep
BlackSheep copied to clipboard
Allow passing raw string (without dumping) to `ServerSentEvent`
🚀 Feature Request
Hey! It would help me if I could pass a string to ServerSentEvent that won't be dumped but will be sent as is [so it won't be wrapped in quotes) - right now my workaround is creating a special class for said strings so I can hardcodingly return a raw string via overriding JsonSettings.dumps.
Can I try contributing a PR to allow this?