import { lookup } from "https://deno.land/x/deno@v0.28.0/std/media_types/mod.ts";
Given an extension, lookup the appropriate media type for that extension.
Likely you should be using contentType()
though instead.
import { lookup } from "https://deno.land/x/deno@v0.28.0/std/media_types/mod.ts";
Given an extension, lookup the appropriate media type for that extension.
Likely you should be using contentType()
though instead.