Skip to content

HeaderInit

type HeaderInit = (params, state, ctx) => Record<string, any>;

Defined in: src/types.ts:207

Produces a header batch sent before the first output batch in a stream.

ParameterType
paramsRecord<string, any>
stateany
ctxLogContext

Record<string, any>