Appearance
type EncodeSpecMap: [string | Readonly<RegExp>, Readonly<EncodeSpec>][];
Encode parameters mapped by source content MIME type or regex of the type.
server/config/options.ts:119 ↗