16Interceptors: HTTP-Requests abfangen und transformieren
»The Angular framework comes with many built-in featuresto help scale an application. HTTP Interceptors is one of them:
They provide a centralized place to apply global behaviorswhen your application makes an HTTP request,or when it receives an HTTP response.«
Tim Deschryver(Microsoft MVP und Mitglied im NgRx Core Team)
Middleware für alle HTTP-Aufrufe
Der HttpClient bietet ein weiteres nützliches Feature für die Arbeit mit Serverschnittstellen: Interceptors. Interceptors fungieren als Middleware für die gesamte HTTP-Kommunikation. Das bedeutet, dass ein Interceptor für alle HTTP-Abfragen und -Antworten ausgeführt wird und damit an globaler Stelle Entscheidungen und Umwandlungen vornehmen ...
Get Angular, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.