Interface RequesterImplOptions

Request impl options configuring retry and timeout behavior.

interface RequesterImplOptions {
    retryOptions: RetryOptions;
    timeout: number;
}

Properties

retryOptions: RetryOptions

Retry configuration.

timeout: number

The timeout (in seconds) before the request is aborted.