gremlin
    Preparing search index...

    Type Alias ConnectionOptions

    type ConnectionOptions = {
        agent?: Agent;
        ca?: string[];
        cert?: string | string[] | Buffer;
        enableUserAgentOnConnect?: boolean;
        headers?: Record<string, string | string[]>;
        interceptors?: RequestInterceptor | RequestInterceptor[];
        pfx?: string | Buffer;
        reader?: any;
        rejectUnauthorized?: boolean;
        traversalSource?: string;
        writer?: any | null;
    }
    Index

    Properties

    agent?: Agent
    ca?: string[]
    cert?: string | string[] | Buffer
    enableUserAgentOnConnect?: boolean
    headers?: Record<string, string | string[]>
    pfx?: string | Buffer
    reader?: any
    rejectUnauthorized?: boolean
    traversalSource?: string
    writer?: any | null