import { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts";
Send a response.
Examples:
res.send({ some: 'json' });
res.send('<p>some html</p>');
Parameters
body: ResponseBody
x/opine/src/response.ts>Response#send
import { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts";
Send a response.
Examples:
res.send({ some: 'json' });
res.send('<p>some html</p>');