@web3nl/my-canister-dashboard - v0.6.4
    Preparing search index...

    Interface HttpResponse

    interface HttpResponse {
        body: Uint8Array<ArrayBufferLike> | number[];
        headers: [string, string][];
        status_code: number;
    }
    Index

    Properties

    body: Uint8Array<ArrayBufferLike> | number[]
    headers: [string, string][]
    status_code: number