Method HttpServerResponse.writeVoidBody
Writes the response with no body.
This method should be used in situations where no body is requested, such as a HEAD request. For an empty body, just use writeBody
, as this
method causes problems with some keep-alive connections.
Prototype
void writeVoidBody();
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.