The Wayback Machine - https://web.archive.org/web/20240920155426/https://angular.dev/api/common/http/HttpHandlerFn/
@angular/common/http

HttpHandlerFn

Type Alias

Represents the next interceptor in an interceptor chain, or the real backend if there are no further interceptors.

  
    type HttpHandlerFn = (req: HttpRequest<unknown>) => Observable<HttpEvent<unknown>>
  
  
Jump to details
HTTPS · web.archive.org
← Home