Additional request options.

interface RequestOptions {
    headers?: Record<string, any>;
    jsonp?: boolean;
}

Properties

Properties

headers?: Record<string, any>

custom http headers

jsonp?: boolean

Flag if that JSONP (javascript communication should be used), this is deprecated

Deprecated

Generated using TypeDoc