Skip to content

Commit

Permalink
Add changelog entry for haskell-servant#1317
Browse files Browse the repository at this point in the history
  • Loading branch information
vapourismo committed Jul 2, 2020
1 parent 3b3af68 commit 59166cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.d/1317-server-sent-events
Original file line number Diff line number Diff line change
@@ -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.

}

0 comments on commit 59166cc

Please sign in to comment.