OptionalbodySize of the request body in bytes or -1 if it is unknown.
OptionalcommentAny comment as a string. This is not used by kassette.
OptionalcookiesInformation about cookies. This is not implemented in kassette.
OptionalheadersList of request headers.
OptionalheadersTotal number of bytes from the start of the HTTP request message until (and including) the double CRLF before the body, or -1 if it is unknown. kassette always sets -1 for this field.
OptionalhttpRequest HTTP version, such as "HTTP/1.1".
OptionalmethodRequest method, such as "GET" or "POST".
OptionalpostInformation about the request body.
kassette only includes this field if saveInputRequestBody is true (or, for the _kassetteForwardedRequest.postData field, if saveForwardedRequestBody is true).
OptionalqueryList of query parameters.
OptionalurlRequest URL.
Detailed information about a request, as stored in a har file.