Interface RemoteApiResponse

Remote API response to a request sent by a lens.

interface RemoteApiResponse {
    status: RemoteApiStatus;
    metadata: Record<string, string>;
    body: ArrayBuffer;
}

Properties

Properties

Status of the response

metadata: Record<string, string>

A map of named metadata associated with the response.

Additional binary request payload.

MMNEPVFCICPMFPCPTTAAATR