Add changelog entry for #1317
This commit is contained in:
parent
069503e941
commit
91a6452676
1 changed files with 11 additions and 0 deletions
11
changelog.d/1317-server-sent-events
Normal file
11
changelog.d/1317-server-sent-events
Normal file
|
@ -0,0 +1,11 @@
|
|||
synopsis: Server-sent events (SSE) for client-side
|
||||
prs: #1317
|
||||
issues: #1317
|
||||
|
||||
description: {
|
||||
|
||||
Implement Server-sent events (SSE) for the Servant client using a new
|
||||
combinator "ServerSentEvents". The raw event messages, accumulated events and
|
||||
JSON-processed events can be exposed.
|
||||
|
||||
}
|
Loading…
Reference in a new issue