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

HttpUserEventlink

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

A user-defined event.

\n\n

See more...

\n
\n \n \n
\n\ninterface HttpUserEvent<T> {\n type: HttpEventType.User\n}\n\n\n \n \n\n\n \n \n\n
\n\n \n\n \n \n
\n

Descriptionlink

\n

Grouping all custom events under this type ensures they will be handled\nand forwarded by all implementations of interceptors.

\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.User\n \n \n \n \n
\n
\n \n\n\n \n\n\n
\n
\n\n\n" }