Record: ContentDistributionSuccess
Record to represent the successful WebSub content delivery.
Closed record
Fields
- mediaType string | ()
- headers map<string | string[ ]> | ()
- body string | byte[ ] | json | xml | map<string>
- status readonly StatusOK(default StatusOK)
Content-Type of the request received
Additional request headers received to be included in the request
Received request body
Status of the request processing. This is 200 OK
by default since
this is a successful response