You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Server Sent Events (SSE) (#1274)
* Add support for Server Sent Events (SSE)
This extension allows to handle SSE events
by invoking a callback whenever an event is received.
* Address lint errors
---------
Co-authored-by: Fabian Sauter <sauter.fabian@mailbox.org>
1.13.0 Release Preperation (#1271)
* Increased version to 1.13.0
* Set CPR_CURL_USE_LIBPSL=OFF for NuGet builds
* Updated the README.md to 1.13.0
* Revert "Set CPR_CURL_USE_LIBPSL=OFF for NuGet builds"
This reverts commit e2f71bb.