changelogs.md


florimondmanca/httpx-sse

Repository  -  API  -  Source

0.2.0

March 27, 2023

Changed

  • connect_sse() and aconnect_sse() now require a method argument: connect_sse(client, "GET", "https://example.org"). This provides support for SSE requests with HTTP verbs other than GET. (Pull #7)

0.1.0

February 5, 2023

Initial release

Added

  • Add connect_sse, aconnect_sse(), ServerSentEvent and SSEError.