Mobile Locker JavaScript SDK
    Preparing search index...

    Interface HTTPOptions

    interface HTTPOptions {
        headers?: Record<string, string>;
        responseType?: HTTPResponseType;
        timeout?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    headers?: Record<string, string>

    Additional request headers.

    responseType?: HTTPResponseType

    Expected response format. Defaults to 'json'.

    timeout?: number

    Request timeout in milliseconds. Defaults to 30000.