Forwards a request to the configured proxy target.
interface FetchProxy { (input: RequestInfo | URL, init: RequestInit): Promise<Response>; }