HttpResponse
HttpResponse
Section titled “HttpResponse”Kind: class
Source: src/graphrefly/_facade.py:109
Signature
Section titled “Signature”HttpResponse(status: int, headers: tuple[tuple[str, str], ...] = (), body: bytes = b'')Description
Section titled “Description”Host-driver HTTP response material emitted by from_http.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
status | int | |
headers | tuple[tuple[str, str], ...] | |
body | bytes |