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

    Interface HttpRequestMessage

    HTTP request to proxy through extension

    interface HttpRequestMessage {
        body: {
            body?: string | ArrayBuffer;
            headers?: Record<string, string>;
            method: string;
            url: string;
        };
        requestId: string;
        type: "http-request";
    }
    Index

    Properties

    Properties

    body: {
        body?: string | ArrayBuffer;
        headers?: Record<string, string>;
        method: string;
        url: string;
    }
    requestId: string
    type: "http-request"