Function HTTPServerResponse.timeFinalized
Returns the time at which the request was finalized.
std .datetime .systime .SysTime timeFinalized() @property @safe const;
Note that this field will only be set after finalize
has been called.