method Drash.Response.prototype.textimport { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts"; const { Response } = Drash; text(text: string,status?: number,headers?: Record<string, string>,)Set the body of this response as text. Parameterstext: string The text to assign to the body. optionalstatus: number The status to respond with. optionalheaders: Record<string, string> = [UNSUPPORTED] Any extra headers you wish to specify apart of the content-type header