HttpResponse.writeBody

Writes the given string content to the body of the response. If this response has not yet written its status line and headers, it will do that first.

struct HttpResponse
void
writeBody
(
string body
)

Parameters

body string

The content to write.

Meta