pi_portal.modules.system.socket.unix_stream_http_client

UnixStreamHttpClient class.

Classes

UnixStreamHttpClient(socket_path)

A vanilla Python HTTP client over a unix socket.

UnixStreamHttpResponse(status, json)

Typed representation of an HTTP response message.

Exceptions

UnixStreamHttpClientException

Raised during a communications error.