Enumeration of events emitted by the IncomingMessage objects in addition to its parent class events.

Static variables

@:value(cast "aborted")@:impl@:enumstaticinlineread onlyAborted:IncomingMessageeEvent<() ‑> Void> = "aborted"

Emitted when the request has been aborted.

@:value(cast "close")@:impl@:enumstaticinlineread onlyClose:IncomingMessageeEvent<() ‑> Void> = "close"

Indicates that the underlying connection was closed.