UNPKG

proxy-connection

Version:

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

3 lines 209 B
import type { RequestConfig, ProxyConfig } from '../types'; export declare function proxyRequest(requestConfig: RequestConfig, proxy: ProxyConfig): Promise<Response>; //# sourceMappingURL=proxyRequest.d.ts.map