Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HttpEventType

Type enumeration for the different kinds of HttpEvent.

Index

Enumeration members

DownloadProgress

DownloadProgress:

A download progress event was received.

Response

Response:

The full response including the body was received.

ResponseHeader

ResponseHeader:

The response status code and headers were received.

Sent

Sent:

The request was sent out over the wire.

UploadProgress

UploadProgress:

An upload progress event was received.

User

User:

A custom event from an interceptor or a backend.

Generated using TypeDoc