UNPKG

proxy-connection

Version:

Proxy client with automatic connection management, health checking, and fetch-like API

9 lines 365 B
import type { RequestState, ProxyConfig, ProxyManagerConfig } from '../types'; type GetNextProxyArgs = { requestState: RequestState; proxies: ProxyConfig[]; config: ProxyManagerConfig; }; export declare const getNextProxy: ({ requestState, proxies, config }: GetNextProxyArgs) => ProxyConfig | null; export {}; //# sourceMappingURL=getNextProxy.d.ts.map