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

Variables

@:value(cast "aborted")@:enum@:implinlineread onlyAborted:IncomingMessageeEvent<() ‑> Void> = "aborted"

Emitted when the request has been aborted.

@:value(cast "close")@:enum@:implinlineread onlyClose:IncomingMessageeEvent<() ‑> Void> = "close"

Indicates that the underlying connection was closed.