We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea45ad commit 3a3183dCopy full SHA for 3a3183d
ld_eventsource/actions.py
@@ -126,9 +126,6 @@ def headers(self) -> Optional[Dict[str, Any]]:
126
"""
127
The HTTP response headers from the stream connection, if available.
128
129
- For HTTP-based connections, this contains the headers from the SSE response.
130
- For non-HTTP connections, this will be ``None``.
131
-
132
The headers dict uses case-insensitive keys (via urllib3's HTTPHeaderDict).
133
134
:return: the response headers, or ``None`` if not available
0 commit comments