ISPO SDK
    Preparing search index...

    Interface HttpProjectRpcFetchInit

    Markdown
    interface HttpProjectRpcFetchInit {
        body: string;
        credentials?: "omit" | "same-origin";
        headers: Record<string, string>;
        method: "POST";
        signal?: AbortSignal;
    }
    Index
    body: string
    credentials?: "omit" | "same-origin"
    headers: Record<string, string>
    method: "POST"
    signal?: AbortSignal