WebhookHTTPResponse
Defined in: namespaces-core-plugins.ts:743
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:745
HTTP status code.
headers?
Section titled “headers?”
optionalheaders?:Record<string,string>
Defined in: namespaces-core-plugins.ts:747
Response headers.
optionalbody?:string
Defined in: namespaces-core-plugins.ts:749
Response body.