Skip to content

WebhookHTTPResponse

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

Inbound HTTP response an inbound route handler may return.

status: number

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

HTTP status code.


optional headers?: Record<string, string>

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

Response headers.


optional body?: string

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

Response body.