HttpStreamHeadEvent
HttpStreamHeadEvent
Section titled “HttpStreamHeadEvent”Kind: class
Source: src/graphrefly/_facade.py:126
Signature
Section titled “Signature”HttpStreamHeadEvent(head: HttpStreamHead, kind: Literal['Head'] = 'Head')Description
Section titled “Description”Streaming driver event carrying the HTTP response head.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
head | HttpStreamHead | |
kind | Literal['Head'] |