Skip to content
PACKAGES

HttpStreamChunkEvent

Kind: class

Source: src/graphrefly/_facade.py:134

HttpStreamChunkEvent(chunk: bytes, kind: Literal['Chunk'] = 'Chunk')

Streaming driver event carrying a bytes chunk.

NameTypeDescription
chunkbytes
kindLiteral['Chunk']