{
  "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": 82.3,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/search?q=cart%20discount&page=2&sort=price&filter=in+stock&empty=",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "www.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Accept-Language",
              "value": "en-GB,en;q=0.9,fr;q=0.8"
            },
            {
              "name": "Referer",
              "value": "https://www.example.com/cart"
            }
          ],
          "queryString": [
            {
              "name": "q",
              "value": "cart discount"
            },
            {
              "name": "page",
              "value": "2"
            },
            {
              "name": "sort",
              "value": "price"
            },
            {
              "name": "filter",
              "value": "in stock"
            },
            {
              "name": "empty",
              "value": ""
            }
          ],
          "headersSize": 202,
          "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/html"
            },
            {
              "name": "Link",
              "value": "</search?page=3>; rel=\"next\""
            }
          ],
          "content": {
            "size": 49,
            "mimeType": "text/html",
            "text": "<!doctype html><title>Search</title><p>12 results"
          },
          "redirectURL": "",
          "headersSize": 122,
          "bodySize": 49
        },
        "cache": {},
        "timings": {
          "blocked": 0.3,
          "dns": 1.2,
          "connect": 9.9,
          "send": 0.3,
          "wait": 63.4,
          "receive": 7.2,
          "ssl": 5.5
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      }
    ]
  }
}
