Skip to content
PACKAGES

HttpStreamHead

Kind: class

Source: src/graphrefly/_facade.py:118

HttpStreamHead(status: int, headers: tuple[tuple[str, str], ...] = ())

HTTP response head material for streaming source drivers.

NameTypeDescription
statusint
headerstuple[tuple[str, str], ...]