filmov
tv
Angular Functional HTTP Interceptors
Показать описание
HttpInterceptorFn is a middleware function used to create interceptors. HttpClient calls these interceptors when HTTP requests are made. These interceptors can modify outgoing request or any response that comes back. They can also block, redirect the request and response as well as can change their semantics.