We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7b1d8 commit 385374fCopy full SHA for 385374f
src/Symfony/Component/HttpClient/CHANGELOG.md
@@ -6,6 +6,7 @@ CHANGELOG
6
7
* added `AsyncDecoratorTrait` to ease processing responses without breaking async
8
* added support for pausing responses with a new `pause_handler` callable exposed as an info item
9
+ * added `EventSourceHttpClient` a Server-Sent events stream implementing the [EventSource specification](https://www.w3.org/TR/eventsource/#eventsource)
10
11
5.1.0
12
-----
0 commit comments