W3cubDocs

/Angular 10

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://v10.angular.io/api/common/http/HttpEvent