Type enumeration for the different kinds of HttpEvent
.
不同种类的 HttpEvent
的枚举类型。
成员列表
成员 | 说明 |
---|
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. 来自拦截器或后端的自定义事件。 |