@salesforce/agents
    Preparing search index...

    Type Alias RequestInfo

    type RequestInfo = {
        body?: string;
        headers?: Record<string, string>;
        method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD";
        url: string;
    }
    Index

    Properties

    body?: string
    headers?: Record<string, string>
    method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD"
    url: string