remix/fetch-proxy · InterfaceView SourceFetchProxy Summary Forwards a request to the configured proxy target. Signature interface FetchProxy { (input: RequestInfo | URL, init: RequestInit): Promise<Response> }