SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface HttpRequest<R>

    interface HttpRequest<R> {
        body: R | null;
        headers: Record<string, string | string[]>;
        method: string;
        params: Record<string, string | string[]>;
        responseType?: string;
        url: string;
    }

    Type Parameters

    • R
    Index

    Properties

    body: R | null
    headers: Record<string, string | string[]>
    method: string
    params: Record<string, string | string[]>
    responseType?: string
    url: string