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