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 optionsOther request options (e.g. headers).
Optional Readonly signalAbortSignal for cancellation support.
The current request's target URL, including query parameters. Can be modified to redirect the request to a different location.
Generated using TypeDoc
Arguments available to 'before' interceptors.