@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias HttpResponse

    type HttpResponse = {
        blob: string;
        encoding: string | null;
        mimetype: string | null;
    }
    Index

    Properties

    blob: string

    base64-encoded response body.

    encoding: string | null

    Encoding, e.g. "utf-8".

    mimetype: string | null

    MIME type, e.g. "text/plain" or "text/html".