Function: snapshotResponse()
Function: snapshotResponse()
function snapshotResponse(
event,
container,
data): string;
Snapshot the response data.
Parameters
event
IncomingBrowserEvent
The incoming HTTP event.
container
Container
data
Partial
<ResponseSnapshotType
>
The data to snapshot.
Returns
string