• Overview
@angular/common/http

HttpBackend

Class

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

  
    abstract class HttpBackend implements HttpHandler {}
  
  

handle

Observable<HttpEvent<any>>
@paramreqHttpRequest<any>
@returnsObservable<HttpEvent<any>>
Jump to details