HttpBackend

From Get docs
< @angular/common‎ | httpAngular/docs/11/api/common/http/httpbackend


HttpBackend

class

A final HttpHandler which will dispatch the request via browser HTTP APIs to a backend.

See more...

abstract class HttpBackend implements HttpHandler {
  abstract handle(req: HttpRequest<any>): Observable<HttpEvent<any>>
}

Subclasses

  • JsonpClientBackend
  • HttpXhrBackend


Provided in

Description

Interceptors sit between the HttpClient interface and the HttpBackend.

When injected, HttpBackend dispatches requests directly to the backend, without going through the interceptor chain.

Methods

abstract handle(req: HttpRequest<any>): Observable<HttpEvent<any>>

Parameters
req HttpRequest
Returns

Observable<HttpEvent<any>>



© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/common/http/HttpBackend