填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

HttpSentEvent

用于表示请求已经发到服务器的事件。 当请求可能被多次接受时很有用,以区分出最终事件流上的重试行为。

An event indicating that the request was sent to the server. Useful when a request may be retried multiple times, to distinguish between retries on the final event stream.

      
      interface HttpSentEvent {
  type: HttpEventType.Sent
}
    

属性

属性说明
type: HttpEventType.Sent