Enumeration HttpEventType

Type enumeration for the different kinds of HttpEvent.

Enumeration Members

DownloadProgress: 3

A download progress event was received.

Response: 4

The full response including the body was received.

ResponseHeader: 2

The response status code and headers were received.

Sent: 0

The request was sent out over the wire.

UploadProgress: 1

An upload progress event was received.

User: 5

A custom event from an interceptor or a backend.