DebugHeadersConfig
Defined in: src/core/types.ts:101
Configuration for client-requested debug headers.
Properties
Section titled “Properties”allow?
Section titled “allow?”
optionalallow: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.
requestHeader?
Section titled “requestHeader?”
optionalrequestHeader:string
Defined in: src/core/types.ts:103
Request header name clients use to request debug values. Default: "x-stoma-debug".