HttpEvent

From Get docs
< @angular/common‎ | httpAngular/docs/9/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–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/common/http/HttpEvent