Readonly contextThe 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.
Readonly optionsThe options used when making the request.
Readonly requestThe request that was sent to the server.
Readonly responseThe response returned by the server.
Optional Readonly signalAbortSignal for cancellation support.
Readonly targetThe request's target URL, including query parameters. This is the original URL, before the request was potentially re-routed over a proxy server.
Generated using TypeDoc
Arguments available to 'after' interceptors.