FetchProxy

View Source

Summary

Forwards a request to the configured proxy target.

Signature

interface FetchProxy {
  (input: URL | RequestInfo, init: RequestInit): Promise<Response>;
}