HttpEventType

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


HttpEventType

enum

Type enumeration for the different kinds of HttpEvent.

enum HttpEventType {
  Sent
  UploadProgress
  ResponseHeader
  DownloadProgress
  Response
  User
}

Members

Member Description
Sent The request was sent out over the wire.
UploadProgress An upload progress event was received.
ResponseHeader The response status code and headers were received.
DownloadProgress A download progress event was received.
Response The full response including the body was received.
User A custom event from an interceptor or a backend.


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