Try s/response/request in the code you've found, it might work. You will also need to use `request.getNativeReq` to get the socket and to close it. (These details are defined here: [https://github.com/dom96/jester/blob/master/jester/request.nim#L5-L22](https://github.com/dom96/jester/blob/master/jester/request.nim#L5-L22) and a NativeRequest-agnostic `close` would appreciated in a PR :) )
- Server-sent events in Jester konradmb
- Re: Server-sent events in Jester dom96
- Re: Server-sent events in Jester konradmb
