Skip to main content

core.botevent.headers

Home > @medplum/core > BotEvent > headers

BotEvent.headers property

Headers from the original request, when invoked by HTTP request

Signature:

readonly headers?: Record<string, string | string[] | undefined>;