Interface Options

interface Options {
    autoRetry?: boolean;
    extraHTTPSOptions?: RequestOptions;
    timeout?: number;
}

Properties

autoRetry?: boolean
extraHTTPSOptions?: RequestOptions
timeout?: number