pi_portal.modules.system.socket.unix_stream_http_client.UnixStreamHttpResponse

class pi_portal.modules.system.socket.unix_stream_http_client.UnixStreamHttpResponse(status: int, json: Dict[str, Any])[source]

Bases: object

Typed representation of an HTTP response message.

__init__(status: int, json: Dict[str, Any]) None