The payload represents the content of an HTTP response from the backend, no matter if it actually comes from it or if it was created manually.
A payload is often wrapped in PayloadWithOrigin. To create the wrapped payload, you can use createPayload.
From the wrapped payload, response to the client can be filled with fillResponseFromPayload.
The payload can also be persisted and read, to avoid contacting the backend later on.
Body of the HTTP response.
Data such as http status and headers, response delay.
The payload represents the content of an HTTP response from the backend, no matter if it actually comes from it or if it was created manually.
Remarks
A payload is often wrapped in PayloadWithOrigin. To create the wrapped payload, you can use createPayload.
From the wrapped payload, response to the client can be filled with fillResponseFromPayload.
The payload can also be persisted and read, to avoid contacting the backend later on.