method Drash.Response.prototype.xmlimport { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts"; const { Response } = Drash; xml(xml: string,status?: number,headers?: Record<string, string>,)Set the body of this response as XML. Parametersxml: string The XML string 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