import { formatMediaType } from "https://dotland.deno.dev/std@0.181.0/media_types/mod.ts";
Serializes the media type and the optional parameters as a media type conforming to RFC 2045 and RFC 2616.
The type and parameter names are written in lower-case.
When any of the arguments results in a standard violation then the return
value will be an empty string (""
).