node-redfish
    Preparing search index...

    Interface RequestOptions

    interface RequestOptions {
        body?: unknown;
        etag?: string;
        headers?: Record<string, string>;
        method?: string;
        signal?: AbortSignal;
    }
    Index
    body?: unknown
    etag?: string
    headers?: Record<string, string>
    method?: string
    signal?: AbortSignal