Variable TorHttpClientConst

TorHttpClient: (new (opts?) => AxiosInstance)

Type declaration

    • new (opts?): AxiosInstance
    • Parameters

      • Optional opts: {
            headers?: {
                [key: string]: string;
            };
            port?: number;
            rv?: string;
        }
        • Optional headers?: {
              [key: string]: string;
          }
          • [key: string]: string
        • Optional port?: number
        • Optional rv?: string

      Returns AxiosInstance

Generated using TypeDoc