Skip to content
PACKAGES

HttpResponse

Kind: class

Source: src/graphrefly/_facade.py:109

HttpResponse(status: int, headers: tuple[tuple[str, str], ...] = (), body: bytes = b'')

Host-driver HTTP response material emitted by from_http.

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