Interface ClientOptions

interface ClientOptions {
    baseURI?: string;
    responseType?: XMLHttpRequestResponseType;
    timeout?: number;
    withCredentials?: boolean;
}

Hierarchy (view full)

Properties

baseURI?: string
responseType?: XMLHttpRequestResponseType
timeout?: number
withCredentials?: boolean

Generated using TypeDoc