Function HTTPServerResponse.connected
Determines if the underlying connection is still alive.
bool connected() scope @property scope @safe const;
Returns true
if the remote peer is still connected and false
if the remote peer closed the connection.