A final HttpHandler which will dispatch the request via browser HTTP APIs to a backend.
HttpHandler
Interceptors sit between the HttpClient interface and the HttpBackend.
HttpClient
HttpBackend
When injected, HttpBackend dispatches requests directly to the backend, without going through the interceptor chain.
Generated using TypeDoc
A final
HttpHandlerwhich will dispatch the request via browser HTTP APIs to a backend.Interceptors sit between the
HttpClientinterface and theHttpBackend.When injected,
HttpBackenddispatches requests directly to the backend, without going through the interceptor chain.