HttpStreamChunkEvent
HttpStreamChunkEvent
Section titled “HttpStreamChunkEvent”Kind: class
Source: src/graphrefly/_facade.py:134
Signature
Section titled “Signature”HttpStreamChunkEvent(chunk: bytes, kind: Literal['Chunk'] = 'Chunk')Description
Section titled “Description”Streaming driver event carrying a bytes chunk.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
chunk | bytes | |
kind | Literal['Chunk'] |