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.
OptionalcacheInformation about the cache. This is not implemented in kassette.
OptionalcommentAny comment as a string. This is not used by kassette.
OptionalconnectionUnique ID of the TCP/IP connection. This is not implemented in kassette.
OptionalpagerefReference to the parent page. This is not implemented in kassette.
OptionalrequestDetailed information about the input request.
kassette only includes this field if saveInputRequestData is true.
OptionalresponseDetailed information about the response.
OptionalserverIPAddressServer IP address. This is not implemented in kassette.
OptionalstartedDate and time of the request start, as a string in ISO format (YYYY-MM-DDThh:mm:ss.sTZD).
OptionaltimeTotal time of the request, in milliseconds. This is the sum of all timings in the timings object.
OptionaltimingsDetailed 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.