import { type BodyOptionsContentTypes } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.head&s=BodyOptionsContentTypes";
When setting the contentTypes
property of BodyOptions
, provide
additional content types which can influence how the body is decoded. This
is specifically designed to allow a server to support custom or specialized
media types that are not part of the public database.