HttpSentEvent

interface

npm Package @angular/common
Module import { HttpSentEvent } from '@angular/common/http';
Source common/http/src/response.ts

Interface Overview

interface HttpSentEvent { 
  type: HttpEventType.Sent
}

Description

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.

Members

type: HttpEventType.Sent

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/http/HttpSentEvent