{ "id": "api/common/http/HttpSentEvent", "title": "HttpSentEvent", "contents": "\n\n
\n
\n
\n \n API > @angular/common > @angular/common/http\n
\n \n
\n \n
\n

HttpSentEventlink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

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

\n\n \n
\n \n \n
\n\ninterface HttpSentEvent {\n type: HttpEventType.Sent\n}\n\n\n \n \n\n\n \n \n\n
\n\n \n\n \n \n \n
\n

Propertieslink

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PropertyDescription
\n \n type: HttpEventType.Sent\n \n \n \n \n
\n
\n \n\n\n \n\n\n
\n
\n\n\n" }