Skip to content

DebugHeadersConfig

Defined in: src/core/types.ts:101

Configuration for client-requested debug headers.

optional allow: string[]

Defined in: src/core/types.ts:105

Allowlist of debug header names clients can request. When set, only these headers are emitted. Default: all.


optional requestHeader: string

Defined in: src/core/types.ts:103

Request header name clients use to request debug values. Default: "x-stoma-debug".