Skip to content

EncodeSpecMap

ts
type EncodeSpecMap: [string | Readonly<RegExp>, Readonly<EncodeSpec>][];

Encode parameters mapped by source content MIME type or regex of the type.

Defined in

server/config/options.ts:119 ↗