ReadonlycontextThe context object holds arbitrary values associated with this http request. Interceptors can read and modify values within this object.
ReadonlyoptionsThe options that were used when the request was made. Option values (such as headers) can be modified by an interceptor.
ReadonlysignalThe signal can be used to listen for cancellation. This is useful if an interceptor may run for a longer time.
The request's target URL, including query parameters.
This property can be changed by the interceptor.
Options passed to Interceptor.beforeRequest.