• Overview
@angular/common/http

HttpHandler

Class

Transforms an HttpRequest into a stream of HttpEvents, one of which will likely be a HttpResponse.

  
    abstract class HttpHandler {}
  
  

handle

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