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

    Interface HttpRequest

    interface HttpRequest {
        body: Uint8Array<ArrayBufferLike> | number[];
        headers: [string, string][];
        method: string;
        url: string;
    }
    Index

    Properties

    Properties

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