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.

Source

server/config/options.ts:119 ↗