Intercepts a request error before returning it to the caller.
Intercepts a request before contacting the server.
the intercepted http request
Intercepts a response before returning it to the caller.
the intercepted http response
Generated using TypeDoc
Specifies a general purpose interceptor, being able to capture and modify HttpRequest before sending a request, HttpResponse before finishing the client call and HttpRequestError in case of errors.