import { type BodyOptionsContentTypes } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.for%28%22nodejs.util.inspect.custom%22%29%5D&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.