Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Interface HttpResponseMessage

    HTTP response from proxied request

    interface HttpResponseMessage {
        body: {
            body?: ArrayBuffer;
            headers: Record<string, string>;
            status: number;
            statusText: string;
        };
        requestId: string;
        type: "http-response";
    }
    Index

    Properties

    Properties

    body: {
        body?: ArrayBuffer;
        headers: Record<string, string>;
        status: number;
        statusText: string;
    }
    requestId: string
    type: "http-response"