setBodyText
Deprecated
We are migrating to creating body instances using `Body` factory methods instead.
Replace with
import com.varabyte.kobweb.api.http.text
Content copied to clipboard
body = Body.text(text)Content copied to clipboard
Convenience method for setting the body to a text value.