Writes the given text to the body of the response. It's a simple wrapper around writeBody(ubyte[], string).
The text to write.
The content type of the text. Defaults to text/plain.
Writes the given text to the body of the response. It's a simple wrapper around writeBody(ubyte[], string).