proxy-connection
Version:
Proxy client with automatic connection management, health checking, and fetch-like API
12 lines • 400 B
TypeScript
export declare const HEALTH_CHECK_URL: string;
export declare const HEALTH_CHECK_INTERVAL: number;
export declare const TIMEOUT: number;
export declare const defaultProxyMangerConfig: {
onErrorRetries: number;
onTimeoutRetries: number;
maxTimeout: number;
healthCheckUrl: string;
healthCheckInterval: number;
changeProxyLoop: number;
};
//# sourceMappingURL=constants.d.ts.map