{
  "log": {
    "version": "1.2",
    "creator": {
      "name": "Novus Examples HAR writer",
      "version": "1.2",
      "comment": "HAR 1.2 - de-facto format from an abandoned W3C editorial draft (2012); never published as a W3C Recommendation"
    },
    "browser": {
      "name": "Sample Browser",
      "version": "126.0"
    },
    "pages": [
      {
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "id": "page_1",
        "title": "https://www.example.com/cart",
        "pageTimings": {
          "onContentLoad": 214.5,
          "onLoad": 388.9
        }
      }
    ],
    "entries": [
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "time": 8.9,
        "request": {
          "method": "GET",
          "url": "https://cdn.example.net/app.js",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "cdn.example.net"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "If-None-Match",
              "value": "\"sample-etag-9f2c\""
            }
          ],
          "queryString": [],
          "headersSize": 156,
          "bodySize": 0
        },
        "response": {
          "status": 304,
          "statusText": "Not Modified",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/javascript"
            },
            {
              "name": "ETag",
              "value": "\"sample-etag-9f2c\""
            },
            {
              "name": "Cache-Control",
              "value": "public, max-age=604800"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "text/javascript"
          },
          "redirectURL": "",
          "headersSize": 157,
          "bodySize": 0
        },
        "cache": {
          "beforeRequest": {
            "expires": "2026-08-14T09:14:22.000Z",
            "lastAccess": "2026-08-06T18:02:11.000Z",
            "eTag": "\"sample-etag-9f2c\"",
            "hitCount": 4
          },
          "afterRequest": {
            "expires": "2026-08-14T09:14:22.000Z",
            "lastAccess": "2026-08-07T09:14:22.031Z",
            "eTag": "\"sample-etag-9f2c\"",
            "hitCount": 5
          }
        },
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.2,
          "wait": 8.4,
          "receive": 0.1
        },
        "serverIPAddress": "203.0.113.24",
        "connection": "14503"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.071Z",
        "time": 27.8,
        "request": {
          "method": "GET",
          "url": "https://cdn.example.net/vendor.js",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "cdn.example.net"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/javascript"
            }
          ],
          "content": {
            "size": 29,
            "mimeType": "text/javascript",
            "text": "export const version='1.0.0';"
          },
          "redirectURL": "",
          "headersSize": 92,
          "bodySize": 29
        },
        "cache": {
          "beforeRequest": null,
          "afterRequest": {
            "expires": "2026-08-14T09:14:43.000Z",
            "lastAccess": "2026-08-07T09:14:43.000Z",
            "eTag": "\"sample-etag-1a77\"",
            "hitCount": 0
          }
        },
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.2,
          "wait": 21.0,
          "receive": 6.4
        },
        "serverIPAddress": "203.0.113.24",
        "connection": "14503"
      }
    ]
  }
}
