Skip to content

Commit 3a3183d

Browse files
committed
Remove doc section
1 parent 3ea45ad commit 3a3183d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ld_eventsource/actions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ def headers(self) -> Optional[Dict[str, Any]]:
126126
"""
127127
The HTTP response headers from the stream connection, if available.
128128
129-
For HTTP-based connections, this contains the headers from the SSE response.
130-
For non-HTTP connections, this will be ``None``.
131-
132129
The headers dict uses case-insensitive keys (via urllib3's HTTPHeaderDict).
133130
134131
:return: the response headers, or ``None`` if not available

0 commit comments

Comments
 (0)