HttpInterceptor
interface
Intercepts and handles an HttpRequest
or HttpResponse
.
API
Description
Usage Notes
interface HttpInterceptor {}
intercept
Observable<HttpEvent<any>>
Identifies and handles a given HTTP request.
@paramnext
HttpHandler
The next interceptor in the chain, or the backend if no interceptors remain in the chain.
@returns
Observable<HttpEvent<any>>
Jump to details