Ask a question to get started
Enter to sendā¢Shift+Enter new line
Context manager for connecting to an SSE stream.
connect_httpx_sse( client: Any, method: str, url: str, **kwargs: Any = {} ) -> Iterator
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.