Optional
_kassetteContent used to create a checksum
kassette only includes this field if saveChecksumContent is true and if the checksum method was called.
Optional
_kassetteDetailed information about the request forwarded to the remote server.
kassette only includes this field if saveInputRequestData is true.
Optional
_kassetteKey used by kassette to select the correct mock to replay.
This field contains the value passed to IMock.setMockHarKey when used with the default mocksHarKeyManager.
Optional
cacheInformation about the cache. This is not implemented in kassette.
Optional
commentAny comment as a string. This is not used by kassette.
Optional
connectionUnique ID of the TCP/IP connection. This is not implemented in kassette.
Optional
pagerefReference to the parent page. This is not implemented in kassette.
Optional
requestDetailed information about the input request.
kassette only includes this field if saveInputRequestData is true.
Optional
responseDetailed information about the response.
Optional
serverIPAddressServer IP address. This is not implemented in kassette.
Optional
startedDate and time of the request start, as a string in ISO format (YYYY-MM-DDThh:mm:ss.sTZD).
Optional
timeTotal time of the request, in milliseconds. This is the sum of all timings in the timings object.
Optional
timingsDetailed timing information about request/response round trip.
kassette only includes this field if saveDetailedTimings is true.
Detailed information about a request and its response, as stored in a har file.