{ "id": "api/common/http/HttpEvent", "title": "HttpEvent", "contents": "\n\n
\n
\n
\n \n API > @angular/common > @angular/common/http\n
\n \n
\n \n
\n

HttpEventlink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

Union type for all possible events on the response stream.

\n\n

See more...

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

Descriptionlink

\n

Typed according to the expected type of the response.

\n\n \n
\n\n\n \n\n\n
\n
\n\n\n" }