import * as deno from "https://deno.land/x/deno@v0.28.0/std/media_types/mod.ts";
Variables
A map of extensions for a given media type | |
A map of the media type for a given extension |
Functions
Given a media type return any default charset string. Returns | |
Given an extension or media type, return the full | |
Given a media type, return the most appropriate extension or return
| |
Given an extension, lookup the appropriate media type for that extension.
Likely you should be using |