@iocium/rdap-lite - v1.0.1
    Preparing search index...

    Interface RDAPOptions

    Configuration options for RDAP lookups.

    interface RDAPOptions {
        cache?: RDAPCache;
        headers?: Record<string, string>;
        proxy?: string;
        staticBootstrap?: boolean;
        timeout?: number;
    }
    Index

    Properties

    cache?: RDAPCache

    Optional cache interface implementation

    headers?: Record<string, string>

    Custom headers to use in RDAP and bootstrap requests

    proxy?: string

    Optional proxy base URL to prepend to all RDAP requests (useful for CORS)

    staticBootstrap?: boolean

    If true, use build-time embedded IANA bootstrap data (requires running the update-bootstraps tool before build).

    timeout?: number

    Request timeout in milliseconds