import { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts";
Set Content-Type response header with type
.
Examples:
res.type('.html');
res.type('html');
res.type('json');
res.type('application/json');
res.type('png');
x/opine/src/response.ts>Response#type
import { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts";
Set Content-Type response header with type
.
Examples:
res.type('.html');
res.type('html');
res.type('json');
res.type('application/json');
res.type('png');