vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function HTTPServerResponse.finalize

Finalizes the response. This is usually called automatically by the server.

void finalize() scope scope @safe;

This method can be called manually after writing the response to force all network traffic associated with the current request to be finalized. After the call returns, the timeFinalized property will be set.

Authors

Sönke Ludwig, Jan Krüger, Ilya Shipunov

Copyright

© 2012-2017 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.