Consume Server-Sent Event (SSE) messages with HTTPX.
httpx-sse provides the connectsse and aconnectsse helpers for connecting to an SSE endpoint. The resulting EventSource object exposes the .itersse() and .aitersse() methods to iterate over the server-sent events.