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

Variables

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

Indicates that the underlying connection was terminated.

@:value(cast "finish")@:enum@:implinlineread onlyFinish:ServerResponseEvent<() ‑> Void> = "finish"

Emitted when the response has been sent. More specifically, this event is emitted when the last segment of the response header and body have been handed off to the operating system for transmission over the network. It does not imply that the client has received anything yet.