QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Type Alias ExtraOptions

    type ExtraOptions = {
        agent?: Agent | http.Agent | https.Agent;
        log?: Logger;
        qwp?: QwpExtraOptions;
    }
    Index

    Properties

    Properties

    agent?: Agent | http.Agent | https.Agent

    Transport-specific connection agent. Undici agents apply to the default HTTP(S) transport. QWP wss takes any Node http.Agent, which includes an https.Agent and the tunnelling agents https-proxy-agent, socks-proxy-agent and proxy-agent produce; QWP ws takes a plain http.Agent. An agent that cannot serve the scheme is reported by Node as ERR_INVALID_PROTOCOL when the upgrade is attempted.

    log?: Logger