HttpUserEvent
用户定义的事件。
A user-defined event.
      
      interface HttpUserEvent<T> {
  type: HttpEventType.User
}
    说明
把所有自定义事件都分组在此类型下,以确保它们会被所有的拦截器所处理和转发。
Grouping all custom events under this type ensures they will be handled and forwarded by all implementations of interceptors.
属性
| 属性 | 说明 | 
|---|---|
| type: HttpEventType.User | 
