Request summary blob
Appears in: requests
table
As: summary
JSON-encoded summarization of request data.
An example of the decoded object
{ "_cdn_provider": "Edgecast", "_gzip_save": 0, "expAge": 604800, "ext": "", "format": "", "method": "GET", "mimeType": "text/html", "redirectUrl": null, "reqBodySize": null, "reqCookieLen": 0, "reqHeadersSize": 683, "respBodySize": 648, "respCookieLen": 0, "respHeadersSize": 376, "respHttpVersion": "HTTP/2", "respSize": 648, "status": 200, "time": 285, "type": "html"}
Schema
Section titled “Schema”The total time taken for the request in milliseconds.
_cdn_provider
Section titled “_cdn_provider”The Content Delivery Network provider.
_gzip_save
Section titled “_gzip_save”Bytes saved due to gzip compression.
method
Section titled “method”The HTTP method used for the request (e.g., “GET”, “POST”).
reqHeadersSize
Section titled “reqHeadersSize”The size of the request headers in bytes.
reqBodySize
Section titled “reqBodySize”The size of the request body in bytes.
reqCookieLen
Section titled “reqCookieLen”The length of the request cookies.
status
Section titled “status”The HTTP status code of the response.
respHttpVersion
Section titled “respHttpVersion”The HTTP version used in the response.
redirectUrl
Section titled “redirectUrl”The URL to which the request was redirected.
respHeadersSize
Section titled “respHeadersSize”The size of the response headers in bytes.
respBodySize
Section titled “respBodySize”The size of the response body in bytes.
respSize
Section titled “respSize”The total size of the response in bytes.
mimeType
Section titled “mimeType”The MIME type of the response.
The file extension of the requested resource.
format
Section titled “format”The format of the resource.
respCookieLen
Section titled “respCookieLen”The length of the response cookies.
expAge
Section titled “expAge”The age of the cached response in seconds.