ReadonlycontextThe context object is a per-request object that is passed to all interceptors. It can be used to keep interceptor state for a request.
Use a sensible namespace string or a symbol to store state to avoid naming collisions.
ReadonlyoptionsThe options used when making the request.
ReadonlyrequestThe request that was sent to the server.
ReadonlyresponseThe response returned by the server.
Optional ReadonlysignalAbortSignal for cancellation support.
ReadonlytargetThe request's target URL, including query parameters. This is the original URL, before the request was potentially re-routed over a proxy server.
Arguments available to 'after' interceptors.