HttpEvent

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


HttpEvent

type-alias

Union type for all possible events on the response stream.

See more...

type HttpEvent<T> = HttpSentEvent | HttpHeaderResponse | HttpResponse<T> | HttpProgressEvent | HttpUserEvent<T>;

Description

Typed according to the expected type of the response.


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