Repository - API - Source
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)Initial release
connect_sse
, aconnect_sse()
, ServerSentEvent
and SSEError
.