Type alias HttpResponse

HttpResponse: {
    blob: string;
    encoding: string | null;
    mimetype: string | null;
}

Type declaration

  • 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".

Generated using TypeDoc