HttpStreamHead
HttpStreamHead
Section titled “HttpStreamHead”Kind: class
Source: src/graphrefly/_facade.py:118
Signature
Section titled “Signature”HttpStreamHead(status: int, headers: tuple[tuple[str, str], ...] = ())Description
Section titled “Description”HTTP response head material for streaming source drivers.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
status | int | |
headers | tuple[tuple[str, str], ...] |