Skip to content

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"
}

The total time taken for the request in milliseconds.

The Content Delivery Network provider.

Bytes saved due to gzip compression.

The HTTP method used for the request (e.g., “GET”, “POST”).

The size of the request headers in bytes.

The size of the request body in bytes.

The length of the request cookies.

The HTTP status code of the response.

The HTTP version used in the response.

The URL to which the request was redirected.

The size of the response headers in bytes.

The size of the response body in bytes.

The total size of the response in bytes.

The MIME type of the response.

The file extension of the requested resource.

The format of the resource.

The length of the response cookies.

The age of the cached response in seconds.