WebhookHTTPResponse
Defined in: namespaces-core-plugins.ts:774
Inbound HTTP response an inbound route handler may return.
Properties
Section titled “Properties”status
Section titled “status”status:
number
Defined in: namespaces-core-plugins.ts:776
HTTP status code.
headers?
Section titled “headers?”
optionalheaders?:Record<string,string>
Defined in: namespaces-core-plugins.ts:778
Response headers.
optionalbody?:string
Defined in: namespaces-core-plugins.ts:780
Response body.