Ask a question to get started
Enter to sendā¢Shift+Enter new line
Context manager for connecting to an SSE stream.
connect_sse( client: Any, method: str, url: str, **kwargs: Any = {} ) -> Iterator
client
Any
The HTTP client.
method
str
The HTTP method.
url
The URL.
kwargs
{}
Additional keyword arguments.