circu.js
    Preparing search index...

    Interface RequestOptions

    HTTP request options (for convenience methods)

    interface RequestOptions {
        headers?: Record<string, string>;
        timeout?: number;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>

    HTTP request headers

    timeout?: number

    Timeout (milliseconds)