setBodyText

Deprecated

We are migrating to creating body instances using `Body` factory methods instead.

Replace with

import com.varabyte.kobweb.api.http.text
body = Body.text(text)

Convenience method for setting the body to a text value.