Skip to content

WebhookHTTPResponse

Defined in: namespaces-core-plugins.ts:743

Inbound HTTP response an inbound route handler may return.

status: number

Defined in: namespaces-core-plugins.ts:745

HTTP status code.


optional headers?: Record<string, string>

Defined in: namespaces-core-plugins.ts:747

Response headers.


optional body?: string

Defined in: namespaces-core-plugins.ts:749

Response body.