Ask a question to get started
Enter to sendā¢Shift+Enter new line
Async context manager for connecting to an SSE stream.
aconnect_httpx_sse( client: Any, method: str, url: str, **kwargs: Any = {} ) -> AsyncIterator
client
Any
The httpx client.
method
str
The HTTP method.
url
The URL to connect to.
kwargs
{}
Additional keyword arguments to pass to the client.