import { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { Response } = Drash;
Set thie body of this response.
Type Parameters
T extends BodyInit
Parameters
body: T
- The body of the response.
import { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { Response } = Drash;
Set thie body of this response.