boxer-sdk
    Preparing search index...

    Interface BoxerClientOptions

    Options accepted by the BoxerClient constructor.

    interface BoxerClientOptions {
        baseUrl?: string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    baseUrl?: string

    Base URL of the Boxer server. Defaults to "http://localhost:8080".

    timeout?: number

    Client-side HTTP timeout in milliseconds applied to each request. If a response is not received within this window the request is aborted and BoxerTimeoutError is thrown. Defaults to 120_000 (2 minutes).