Optional
bodySize of the request body in bytes or -1 if it is unknown.
Optional
commentAny comment as a string. This is not used by kassette.
Optional
cookiesInformation about cookies. This is not implemented in kassette.
Optional
headersList of request headers.
Optional
headersTotal 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.
Optional
httpRequest HTTP version, such as "HTTP/1.1".
Optional
methodRequest method, such as "GET" or "POST".
Optional
postInformation about the request body.
kassette only includes this field if saveInputRequestBody is true (or, for the _kassetteForwardedRequest.postData field, if saveForwardedRequestBody is true).
Optional
queryList of query parameters.
Optional
urlRequest URL.
Detailed information about a request, as stored in a har file.